﻿statsmodels.tsa.ardl.UECM
=========================

.. currentmodule:: statsmodels.tsa.ardl

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

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~UECM.fit
      ~UECM.from_ardl
      ~UECM.from_formula
      ~UECM.hessian
      ~UECM.information
      ~UECM.initialize
      ~UECM.loglike
      ~UECM.predict
      ~UECM.score
   
   
   

   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~UECM.ar_lags
      ~UECM.ardl_order
      ~UECM.causal
      ~UECM.deterministic
      ~UECM.df_model
      ~UECM.dl_lags
      ~UECM.endog_names
      ~UECM.exog_names
      ~UECM.fixed
      ~UECM.hold_back
      ~UECM.period
      ~UECM.seasonal
      ~UECM.trend
   
   
   