﻿statsmodels.tsa.statespace.exponential\_smoothing.ExponentialSmoothingResults
=============================================================================

.. currentmodule:: statsmodels.tsa.statespace.exponential_smoothing

.. autoclass:: ExponentialSmoothingResults
   :exclude-members:

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~ExponentialSmoothingResults.append
      ~ExponentialSmoothingResults.apply
      ~ExponentialSmoothingResults.conf_int
      ~ExponentialSmoothingResults.cov_params
      ~ExponentialSmoothingResults.extend
      ~ExponentialSmoothingResults.f_test
      ~ExponentialSmoothingResults.forecast
      ~ExponentialSmoothingResults.get_forecast
      ~ExponentialSmoothingResults.get_prediction
      ~ExponentialSmoothingResults.impulse_responses
      ~ExponentialSmoothingResults.info_criteria
      ~ExponentialSmoothingResults.initialize
      ~ExponentialSmoothingResults.load
      ~ExponentialSmoothingResults.news
      ~ExponentialSmoothingResults.normalized_cov_params
      ~ExponentialSmoothingResults.plot_diagnostics
      ~ExponentialSmoothingResults.predict
      ~ExponentialSmoothingResults.remove_data
      ~ExponentialSmoothingResults.save
      ~ExponentialSmoothingResults.simulate
      ~ExponentialSmoothingResults.summary
      ~ExponentialSmoothingResults.t_test
      ~ExponentialSmoothingResults.t_test_pairwise
      ~ExponentialSmoothingResults.test_heteroskedasticity
      ~ExponentialSmoothingResults.test_normality
      ~ExponentialSmoothingResults.test_serial_correlation
      ~ExponentialSmoothingResults.wald_test
      ~ExponentialSmoothingResults.wald_test_terms
   
   
   
   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~ExponentialSmoothingResults.aic
      ~ExponentialSmoothingResults.aicc
      ~ExponentialSmoothingResults.bic
      ~ExponentialSmoothingResults.bse
      ~ExponentialSmoothingResults.cov_params_approx
      ~ExponentialSmoothingResults.cov_params_oim
      ~ExponentialSmoothingResults.cov_params_opg
      ~ExponentialSmoothingResults.cov_params_robust
      ~ExponentialSmoothingResults.cov_params_robust_approx
      ~ExponentialSmoothingResults.cov_params_robust_oim
      ~ExponentialSmoothingResults.fittedvalues
      ~ExponentialSmoothingResults.hqic
      ~ExponentialSmoothingResults.llf
      ~ExponentialSmoothingResults.llf_obs
      ~ExponentialSmoothingResults.loglikelihood_burn
      ~ExponentialSmoothingResults.mae
      ~ExponentialSmoothingResults.mse
      ~ExponentialSmoothingResults.pvalues
      ~ExponentialSmoothingResults.resid
      ~ExponentialSmoothingResults.sse
      ~ExponentialSmoothingResults.states
      ~ExponentialSmoothingResults.tvalues
      ~ExponentialSmoothingResults.use_t
      ~ExponentialSmoothingResults.zvalues
   
   
   