﻿statsmodels.tsa.exponential\_smoothing.ets.ETSModel
===================================================

.. currentmodule:: statsmodels.tsa.exponential_smoothing.ets

.. autoclass:: ETSModel
   :exclude-members: clone,fit,fit_constrained,fix_params,from_formula,hessian,information,initialize,loglike,predict,prepare_data,score,set_bounds,set_initialization_method,smooth,update,use_internal_loglike,

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~ETSModel.clone
      ~ETSModel.fit
      ~ETSModel.fit_constrained
      ~ETSModel.fix_params
      ~ETSModel.from_formula
      ~ETSModel.hessian
      ~ETSModel.information
      ~ETSModel.initialize
      ~ETSModel.loglike
      ~ETSModel.predict
      ~ETSModel.prepare_data
      ~ETSModel.score
      ~ETSModel.set_bounds
      ~ETSModel.set_initialization_method
      ~ETSModel.smooth
      ~ETSModel.update
      ~ETSModel.use_internal_loglike
   
   
   

   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~ETSModel.endog_names
      ~ETSModel.exog_names
      ~ETSModel.initial_state_names
      ~ETSModel.k_endog
      ~ETSModel.k_params
      ~ETSModel.nobs_effective
      ~ETSModel.param_names
      ~ETSModel.short_name
      ~ETSModel.start_params
      ~ETSModel.state_names
   
   
   