Skip to content
logo
statsmodels 0.15.0 (+661)
statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default
Initializing search
    statsmodels
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
        • Time Series analysis tsa
        • Time Series Analysis by State Space Methods statespace
          • Models and Estimation
            • Seasonal Autoregressive Integrated Moving-Average with eXogenous regressors (SARIMAX)
            • Unobserved Components
              • statsmodels.tsa.statespace.structural.UnobservedComponents
                • C statsmodels.tsa.statespace.structural.UnobservedComponents
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.clone
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.filter
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fit
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fit_constrained
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fix_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.from_formula
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.handle_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.hessian
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.impulse_responses
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.information
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_approximate_diffuse
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default
                    • M UnobservedComponents.initialize_default
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_known
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_statespace
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_stationary
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglike
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglikeobs
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.observed_information_matrix
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.opg_information_matrix
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.predict
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.prepare_data
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.score
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.score_obs
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_conserve_memory
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_filter_method
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_inversion_method
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_smoother_output
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_stability_method
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.setup
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.simulate
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.simulation_smoother
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.smooth
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.transform_jacobian
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.transform_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.untransform_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.update
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.endog_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.exog_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initial_variance
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialization
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglikelihood_burn
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.param_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.start_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.state_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.tolerance
              • statsmodels.tsa.statespace.structural.UnobservedComponentsResults
            • Vector Autoregressive Moving-Average with eXogenous regressors (VARMAX)
            • Dynamic Factor Models
            • Linear Exponential Smoothing Models
            • Custom state space models
          • Output and postestimation methods and attributes
          • Low-level state space representation and Kalman filtering
          • Statespace Tools
        • Vector Autoregressions tsa.vector_ar
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • M UnobservedComponents.initialize_default

    statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default¶

    UnobservedComponents.initialize_default(approximate_diffuse_variance=None)[source]¶
    Jun 14, 2025
    © Copyright 2009-2025, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial