コンテンツにスキップ
logo
statsmodels 0.14.4
statsmodels.tsa.statespace.representation.Representation.initialize
検索を初期化
    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.clone
                • 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.statespace.representation.Representation.initialize_components
                • 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.FilterResults
            • statsmodels.tsa.statespace.kalman_filter.PredictionResults
            • statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother
            • statsmodels.tsa.statespace.kalman_smoother.SmootherResults
            • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother
            • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoothResults
            • statsmodels.tsa.statespace.cfa_simulation_smoother.CFASimulationSmoother
          • "Cholesky Factor Algorithm"(CFA)シミュレーションスムーザ
        • ベクトル自己回帰 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)[ソース]¶

    Create an Initialization object if necessary


    最終更新日: 2025年01月28日
    前 statsmodels.tsa.statespace.representation.Representation.extend
    次 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