﻿statsmodels.tsa.ar\_model.AutoReg
=================================

.. currentmodule:: statsmodels.tsa.ar_model

.. autoclass:: AutoReg
   :exclude-members: fit,from_formula,hessian,information,initialize,loglike,predict,score,

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~AutoReg.fit
      ~AutoReg.from_formula
      ~AutoReg.hessian
      ~AutoReg.information
      ~AutoReg.initialize
      ~AutoReg.loglike
      ~AutoReg.predict
      ~AutoReg.score
   
   
   

   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~AutoReg.ar_lags
      ~AutoReg.deterministic
      ~AutoReg.df_model
      ~AutoReg.endog_names
      ~AutoReg.exog_names
      ~AutoReg.hold_back
      ~AutoReg.period
      ~AutoReg.seasonal
      ~AutoReg.trend
   
   
   