Skip to content
logo
statsmodels 0.14.4
statsmodels.tsa.ardl.UECM.fixed
Initializing search
    statsmodels
    statsmodels
    • 安装 statsmodels
    • 入门指南
    • 用户指南
      • 背景
      • 回归与线性模型
      • 时间序列分析
        • 时间序列分析 tsa
          • 描述性统计和测试
          • 估计
          • ARMA过程
          • 自回归分布滞后 (ARDL) 模型
          • 误差修正模型 (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.信息
                • statsmodels.tsa.ardl.UECM.initialize
                • statsmodels.tsa.ardl.UECM.loglike
                • statsmodels.tsa.ardl.UECM.预测
                • 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
                • statsmodels.tsa.ardl.UECM.endog_names
                • statsmodels.tsa.ardl.UECM.exog_names
                • statsmodels.tsa.ardl.UECM.fixed
                  • PUECM.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.边界检验结果
          • 状态切换模型
          • 时间序列滤波器
          • TSA 工具
          • VARMA 过程
          • 插值
          • 确定性过程
          • 预测模型
          • 预测结果
        • 状态空间方法的时间序列分析 statespace
        • 向量自回归 tsa.vector_ar
      • 其他模型
      • 统计和工具
      • 数据集
      • 沙盒
    • 示例
    • API 参考
    • 关于 statsmodels
    • 开发者页面
    • 发行说明
    • PUECM.fixed

    statsmodels.tsa.ardl.UECM.fixed¶

    property UECM.fixed : Any | pandas.core.frame.DataFrame | None¶

    用于构建模型的固定数据


    Last update: Oct 16, 2024
    Previous statsmodels.tsa.ardl.UECM.exog_names
    Next statsmodels.tsa.ardl.UECM.hold_back
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial