コンテンツにスキップ
logo
statsmodels 0.14.4
statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default
検索を初期化
    statsmodels
    statsmodels
    • statsmodelsのインストール
    • はじめに
    • ユーザーガイド
      • 背景
      • 回帰モデルと線形モデル
      • 時系列分析
        • 時系列分析 tsa
        • 状態空間法による時系列解析 statespace
          • モデルと推定
            • 外生回帰変数を用いた季節的自己回帰統合移動平均(SARIMAX)
            • 未観測成分
              • statsmodels.tsa.statespace.structural.UnobservedComponents
                • 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.UnobservedComponents.impulse_responses
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.information
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_approximate_diffuse
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_default
                    • MUnobservedComponents.initialize_default
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_known
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_statespace
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.initialize_stationary
                  • 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.UnobservedComponents.predict
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.prepare_data
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.score
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.score_obs
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_conserve_memory
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_filter_method
                  • statsmodels.tsa.statespace.structural.UnobservedComponents.set_inversion_method
                  • 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.UnobservedComponents.smooth
                  • 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.initialization
                  • 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.UnobservedComponents.tolerance
              • statsmodels.tsa.statespace.structural.UnobservedComponentsResults
            • 外生回帰変数を用いたベクトル自己回帰移動平均(VARMAX)
            • 動的因子モデル
            • 線形指数平滑化モデル
            • カスタム状態空間モデル
          • 出力および事後推定の方法と属
          • 低レベル状態空間表現とカルマン フィルタリング
          • "Cholesky Factor Algorithm"(CFA)シミュレーションスムーザ
        • ベクトル自己回帰 tsa.vector_ar
      • その他のモデル
      • 統計とツール
      • データセット
      • サンドボックス
    • 例題集
    • APIリファレンス
    • statsmodels について
    • 開発者ページ
    • リリースノート
    • 翻訳に関するステートメント
    • MUnobservedComponents.initialize_default

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

    UnobservedComponents.initialize_default(approximate_diffuse_variance=None)[ソース]¶

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