Skip to content
logo
statsmodels 0.14.4
statsmodels.tsa.statespace.representation.Representation.initialize
Initializing search
    statsmodels
    statsmodels
    • 安装 statsmodels
    • 入门指南
    • 用户指南
      • 背景
      • 回归与线性模型
      • 时间序列分析
        • 时间序列分析 tsa
        • 状态空间方法的时间序列分析 statespace
          • 模型和估计
          • 输出和后估计方法及属性
          • 低级状态空间表示和卡尔曼滤波
            • statsmodels.tsa.statespace.representation.Representation
              • Cstatsmodels.tsa.statespace.representation.Representation
                • statsmodels.tsa.statespace.representation.Representation.bind
                • statsmodels.tsa.statespace.representation.Representation.克隆
                • statsmodels.tsa.statespace.representation.Representation.diff_endog
                • statsmodels.tsa.statespace.representation.Representation.extend
                • statsmodels.tsa.statespace.representation.Representation.initialize
                  • MRepresentation.initialize
                • statsmodels.tsa.statespace.representation.Representation.initialize_approximate_diffuse
                • statsmodels.tsa.states空间.表示.表示.初始化_组件
                • statsmodels.tsa.statespace.representation.Representation.initialize_diffuse
                • statsmodels.tsa.statespace.representation.Representation.initialize_known
                • statsmodels.tsa.statespace.representation.Representation.initialize_stationary
                • statsmodels.tsa.statespace.representation.Representation.design
                • statsmodels.tsa.statespace.representation.Representation.dtype
                • statsmodels.tsa.statespace.representation.Representation.endog
                • statsmodels.tsa.statespace.representation.Representation.obs
                • statsmodels.tsa.statespace.representation.Representation.obs_cov
                • statsmodels.tsa.statespace.representation.Representation.obs_intercept
                • statsmodels.tsa.statespace.representation.Representation.prefix
                • statsmodels.tsa.statespace.representation.Representation.selection
                • statsmodels.tsa.statespace.representation.Representation.state_cov
                • statsmodels.tsa.statespace.representation.Representation.state_intercept
                • statsmodels.tsa.statespace.representation.Representation.time_invariant
                • statsmodels.tsa.statespace.representation.Representation.transition
            • statsmodels.tsa.statespace.representation.FrozenRepresentation
            • statsmodels.tsa.statespace.kalman_filter.KalmanFilter
            • statsmodels.tsa.statespace.kalman_filter.滤波器结果
            • statsmodels.tsa.statespace.kalman_filter.预测结果
            • statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother
            • statsmodels.tsa.statespace.kalman_smoother.平滑器结果
            • statsmodels.tsa.statespace.simulation_smoother.模拟平滑器
            • statsmodels.tsa.statespace.simulation_smoother.模拟平滑结果
            • statsmodels.tsa.statespace.cfa_simulation_smoother.CFASimulationSmoother
          • 状态空间工具
        • 向量自回归 tsa.vector_ar
      • 其他模型
      • 统计和工具
      • 数据集
      • 沙盒
    • 示例
    • API 参考
    • 关于 statsmodels
    • 开发者页面
    • 发行说明
    • MRepresentation.initialize

    statsmodels.tsa.statespace.representation.Representation.initialize¶

    Representation.initialize(initialization, approximate_diffuse_variance=None, constant=None, stationary_cov=None, a=None, Pstar=None, Pinf=None, A=None, R0=None, Q0=None)[source]¶

    如有必要,创建一个初始化对象


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