Skip to main content
Ctrl+K

statsmodels

  • Installing
  • Getting started
  • User Guide
  • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
  • GitHub
  • PyPI
  • DOI
  • Installing
  • Getting started
  • User Guide
  • Examples
  • API Reference
  • About statsmodels
  • Developer Page
  • Release Notes
  • GitHub
  • PyPI
  • DOI

Section Navigation

  • endog, exog, what’s that?
  • Import Paths and Structure
  • Fitting models using R-style formulas
  • Pitfalls
  • Linear Regression
  • Generalized Linear Models
  • Generalized Estimating Equations
  • Generalized Additive Models (GAM)
  • Robust Linear Models
  • Linear Mixed Effects Models
  • Regression with Discrete Dependent Variable
  • Generalized Linear Mixed Effects Models
  • ANOVA
  • Other Models othermod
  • Time Series analysis tsa
  • Time Series Analysis by State Space Methods statespace
    • statsmodels.tsa.statespace.sarimax.SARIMAX
    • statsmodels.tsa.statespace.sarimax.SARIMAXResults
    • statsmodels.tsa.statespace.structural.UnobservedComponents
    • statsmodels.tsa.statespace.structural.UnobservedComponentsResults
    • statsmodels.tsa.statespace.varmax.VARMAX
    • statsmodels.tsa.statespace.varmax.VARMAXResults
    • statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ
    • statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults
    • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.clone
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.filter
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.fit
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.fit_constrained
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.fix_params
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.from_formula
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.handle_params
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.hessian
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.impulse_responses
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.information
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialize
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialize_approximate_diffuse
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialize_known
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialize_statespace
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialize_stationary
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.loglike
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.loglikeobs
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.observed_information_matrix
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.opg_information_matrix
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.predict
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.prepare_data
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.score
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.score_obs
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.set_conserve_memory
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.set_filter_method
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.set_inversion_method
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.set_smoother_output
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.set_stability_method
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.simulate
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.simulation_smoother
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.smooth
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.transform_jacobian
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.transform_params
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.untransform_params
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.update
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.endog_names
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.exog_names
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initial_variance
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialization
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.loglikelihood_burn
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.param_names
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.start_params
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.state_names
      • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.tolerance
    • statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults
    • statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothing
    • statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults
    • statsmodels.tsa.statespace.mlemodel.MLEModel
    • statsmodels.tsa.statespace.mlemodel.MLEResults
    • statsmodels.tsa.statespace.mlemodel.PredictionResults
    • statsmodels.tsa.statespace.news.NewsResults
    • statsmodels.tsa.statespace.representation.Representation
    • statsmodels.tsa.statespace.representation.FrozenRepresentation
    • statsmodels.tsa.statespace.kalman_filter.KalmanFilter
    • statsmodels.tsa.statespace.kalman_filter.FilterResults
    • statsmodels.tsa.statespace.kalman_filter.PredictionResults
    • statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother
    • statsmodels.tsa.statespace.kalman_smoother.SmootherResults
    • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother
    • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoothResults
    • statsmodels.tsa.statespace.cfa_simulation_smoother.CFASimulationSmoother
    • statsmodels.tsa.statespace.tools.companion_matrix
    • statsmodels.tsa.statespace.tools.diff
    • statsmodels.tsa.statespace.tools.is_invertible
    • statsmodels.tsa.statespace.tools.constrain_stationary_univariate
    • statsmodels.tsa.statespace.tools.unconstrain_stationary_univariate
    • statsmodels.tsa.statespace.tools.constrain_stationary_multivariate
    • statsmodels.tsa.statespace.tools.unconstrain_stationary_multivariate
    • statsmodels.tsa.statespace.tools.validate_matrix_shape
    • statsmodels.tsa.statespace.tools.validate_vector_shape
  • Vector Autoregressions tsa.vector_ar
  • Methods for Survival and Duration Analysis
  • Nonparametric Methods nonparametric
  • Generalized Method of Moments gmm
  • Other Models miscmodels
  • Multivariate Statistics multivariate
  • Statistics stats
  • Contingency tables
  • Multiple Imputation with Chained Equations
  • Treatment Effects treatment
  • Empirical Likelihood emplike
  • Distributions
  • Graphics
  • Input-Output iolib
  • Tools
  • Working with Large Data Sets
  • Optimization
  • The Datasets Package
  • Sandbox
  • User Guide
  • Time Series Analysis by State Space Methods statespace
  • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor
  • statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.loglikelihood_burn

statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.loglikelihood_burn#

property DynamicFactor.loglikelihood_burn#

previous

statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.initialization

next

statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.param_names

On this page
  • DynamicFactor.loglikelihood_burn
Show Source

© Copyright 2009-2025, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.20.0.