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.structural.UnobservedComponentsResults.append
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.apply
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.conf_int
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.extend
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.f_test
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.forecast
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.get_forecast
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.get_prediction
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.get_smoothed_decomposition
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.impulse_responses
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.info_criteria
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.initialize
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.load
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.news
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.normalized_cov_params
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.plot_components
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.plot_diagnostics
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.predict
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.remove_data
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.save
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.simulate
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.summary
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.t_test
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.t_test_pairwise
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.test_heteroskedasticity
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.test_normality
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.test_serial_correlation
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.wald_test
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.wald_test_terms
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.aic
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.aicc
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.autoregressive
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.bic
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.bse
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_approx
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_oim
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_opg
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_robust
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_robust_approx
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cov_params_robust_oim
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.cycle
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.fittedvalues
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.freq_seasonal
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.hqic
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.level
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.llf
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.llf_obs
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.loglikelihood_burn
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.mae
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.mse
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.pvalues
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.regression_coefficients
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.resid
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.seasonal
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.sse
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.states
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.trend
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.tvalues
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.use_t
      • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.zvalues
    • 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.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.structural.UnobservedComponentsResults
  • statsmodels.tsa.statespace.structural.UnobservedComponentsResults.mae

statsmodels.tsa.statespace.structural.UnobservedComponentsResults.mae#

UnobservedComponentsResults.mae#

(float) Mean absolute error

previous

statsmodels.tsa.statespace.structural.UnobservedComponentsResults.loglikelihood_burn

next

statsmodels.tsa.statespace.structural.UnobservedComponentsResults.mse

On this page
  • UnobservedComponentsResults.mae
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.