Skip to content
logo
statsmodels 0.14.2
statsmodels.tsa.ardl.UECM.dl_lags
Initializing search
    statsmodels
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
        • Time Series analysis tsa
          • Descriptive Statistics and Tests
          • Estimation
          • ARMA Process
          • Autoregressive Distributed Lag (ARDL) Models
          • Error Correction Models (ECM)
            • statsmodels.tsa.ardl.UECM
              • Cstatsmodels.tsa.ardl.UECM
                • statsmodels.tsa.ardl.UECM.fit
                • statsmodels.tsa.ardl.UECM.from_ardl
                • statsmodels.tsa.ardl.UECM.from_formula
                • statsmodels.tsa.ardl.UECM.hessian
                • statsmodels.tsa.ardl.UECM.information
                • statsmodels.tsa.ardl.UECM.initialize
                • statsmodels.tsa.ardl.UECM.loglike
                • statsmodels.tsa.ardl.UECM.predict
                • statsmodels.tsa.ardl.UECM.score
                • statsmodels.tsa.ardl.UECM.ar_lags
                • statsmodels.tsa.ardl.UECM.ardl_order
                • statsmodels.tsa.ardl.UECM.causal
                • statsmodels.tsa.ardl.UECM.deterministic
                • statsmodels.tsa.ardl.UECM.df_model
                • statsmodels.tsa.ardl.UECM.dl_lags
                  • PUECM.dl_lags
                • statsmodels.tsa.ardl.UECM.endog_names
                • statsmodels.tsa.ardl.UECM.exog_names
                • statsmodels.tsa.ardl.UECM.fixed
                • statsmodels.tsa.ardl.UECM.hold_back
                • statsmodels.tsa.ardl.UECM.period
                • statsmodels.tsa.ardl.UECM.seasonal
                • statsmodels.tsa.ardl.UECM.trend
            • statsmodels.tsa.ardl.UECMResults
            • statsmodels.tsa.ardl.BoundsTestResult
          • Regime switching models
          • Time Series Filters
          • TSA Tools
          • VARMA Process
          • Interpolation
          • Deterministic Processes
          • Forecasting Models
          • Prediction Results
        • Time Series Analysis by State Space Methods statespace
        • Vector Autoregressions tsa.vector_ar
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • PUECM.dl_lags

    statsmodels.tsa.ardl.UECM.dl_lags¶

    property UECM.dl_lags : dict[collections.abc.Hashable, list[int]]¶

    The lags of exogenous variables included in the model


    Last update: Jun 10, 2024
    Previous statsmodels.tsa.ardl.UECM.df_model
    Next statsmodels.tsa.ardl.UECM.endog_names
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial