Skip to content
logo
statsmodels 0.14.4
statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default
Initializing search
    statsmodels
    statsmodels
    • 安装 statsmodels
    • 入门指南
    • 用户指南
      • 背景
      • 回归与线性模型
      • 时间序列分析
        • 时间序列分析 tsa
        • 状态空间方法的时间序列分析 statespace
          • 模型和估计
            • 季节性自回归积分移动平均与外生回归量(SARIMAX)
            • 未观测成分
              • statsmodels.tsa.statespace.structural.未观测成分
                • Cstatsmodels.tsa.statespace.structural.UnobservedComponents
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.clone
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.filter
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fit
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fit_constrained
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.fix_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.from_formula
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.handle_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.hessian
                  • statsmodels.tsa.statespace.structural.未观测成分.脉冲响应
                  • statsmodels.tsa.statespace.structural.未观测成分.信息
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_approximate_diffuse
                  • statsmodels.tsa.statespace.structural.未观测成分.初始化默认
                    • M未观测成分.初始化_默认
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_known
                  • statsmodels.tsa.statespace.structural.未观测成分.初始化状态空间
                  • statsmodels.tsa.states空间.结构.未观测成分.初始化_平稳
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglike
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglikeobs
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.observed_information_matrix
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.opg_information_matrix
                  • statsmodels.tsa.statespace.structural.未观测成分.预测
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.prepare_data
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.score
                  • statsmodels.tsa.statespace.structural.未观测成分.score_obs
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_conserve_memory
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_filter_method
                  • statsmodels.tsa.statespace.structural.未观测成分.设置_反演_方法
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_smoother_output
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_stability_method
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.setup
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.simulate
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.simulation_smoother
                  • statsmodels.tsa.statespace.structural.未观测成分.平滑
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.transform_jacobian
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.transform_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.untransform_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.update
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.endog_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.exog_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initial_variance
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.初始化
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.loglikelihood_burn
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.param_names
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.start_params
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.state_names
                  • statsmodels.tsa.statespace.structural.未观测成分.容差
              • statsmodels.tsa.statespace.structural.未观测成分结果
            • 向量自回归移动平均与外生回归量 (VARMAX)
            • 动态因子模型
            • 线性指数平滑模型
            • 自定义状态空间模型
          • 输出和后估计方法及属性
          • 低级状态空间表示和卡尔曼滤波
          • 状态空间工具
        • 向量自回归 tsa.vector_ar
      • 其他模型
      • 统计和工具
      • 数据集
      • 沙盒
    • 示例
    • API 参考
    • 关于 statsmodels
    • 开发者页面
    • 发行说明
    • M未观测成分.初始化_默认

    statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default¶

    UnobservedComponents.initialize_default(approximate_diffuse_variance=None)[source]¶

    Last update: Oct 16, 2024
    Previous statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_approximate_diffuse
    Next statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_known
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial