﻿smooth.ES
=========

.. currentmodule:: smooth

.. autoclass:: ES
   :no-members:



.. rubric:: Methods

.. autosummary::
   :toctree:
   :template: method.rst

   ~ES.fit
   ~ES.predict
   ~ES.predict_intervals
   ~ES.select_best_model
   ~ES.summary





.. rubric:: Attributes

.. autosummary::
   :toctree:

   ~ES.actuals
   ~ES.aic
   ~ES.aicc
   ~ES.b_value
   ~ES.bic
   ~ES.bicc
   ~ES.coef
   ~ES.constant_value
   ~ES.data
   ~ES.distribution_
   ~ES.error_type
   ~ES.fitted
   ~ES.holdout_data
   ~ES.ic_weights
   ~ES.initial_type
   ~ES.initial_value
   ~ES.is_combined
   ~ES.lags_used
   ~ES.loglik
   ~ES.loss_
   ~ES.loss_value
   ~ES.measurement
   ~ES.model_name
   ~ES.model_type
   ~ES.models
   ~ES.n_param
   ~ES.nobs
   ~ES.nparam
   ~ES.orders
   ~ES.persistence_vector
   ~ES.phi_
   ~ES.profile
   ~ES.residuals
   ~ES.scale
   ~ES.sigma
   ~ES.states
   ~ES.time_elapsed
   ~ES.transition

