コンテンツにスキップ
logo
statsmodels 0.14.4
statsmodels.stats.moment_helpers.mnc2cum
検索を初期化
    statsmodels
    statsmodels
    • statsmodelsのインストール
    • はじめに
    • ユーザーガイド
      • 背景
      • 回帰モデルと線形モデル
      • 時系列分析
      • その他のモデル
      • 統計とツール
        • 統計 stats
          • 残差診断及び特定化の検定
          • ロバストなサンドイッチ共分散
          • 適合度の検定と測定
          • ノンパラメトリック検定
          • 記述統計
          • 評価者間の信頼性と合意
          • 複数の検定と複数の比較手順
          • 基本統計量と頻度加重 t 検定
          • 検出力とサンプルサイズの計算
          • 比率
          • レート
          • 多変量
          • 一元配置分散分析
          • 堅牢でトリミングされた統計
          • モーメントヘルパー
            • statsmodels.stats.correlation_tools.corr_clipped
            • statsmodels.stats.correlation_tools.corr_nearest
            • statsmodels.stats.correlation_tools.corr_nearest_factor
            • statsmodels.stats.correlation_tools.corr_thresholded
            • statsmodels.stats.correlation_tools.cov_nearest
            • statsmodels.stats.correlation_tools.cov_nearest_factor_homog
            • statsmodels.stats.correlation_tools.FactoredPSDMatrix
            • statsmodels.stats.correlation_tools.kernel_covariance
            • statsmodels.stats.regularized_covariance.RegularizedInvCovariance
            • statsmodels.stats.moment_helpers.cum2mc
            • statsmodels.stats.moment_helpers.mc2mnc
            • statsmodels.stats.moment_helpers.mc2mvsk
            • statsmodels.stats.moment_helpers.mnc2cum
              • Fstatsmodels.stats.moment_helpers.mnc2cum
            • statsmodels.stats.moment_helpers.mnc2mc
            • statsmodels.stats.moment_helpers.mnc2mvsk
            • statsmodels.stats.moment_helpers.mvsk2mc
            • statsmodels.stats.moment_helpers.mvsk2mnc
            • statsmodels.stats.moment_helpers.cov2corr
            • statsmodels.stats.moment_helpers.corr2cov
            • statsmodels.stats.moment_helpers.se_cov
          • メディエーション分析
          • オアハカ・ブラインダー分解
          • 距離依存
          • メタ分析
        • 分割表
        • 連鎖方程式による多重代入
        • 処置効果 treatment
        • 経験的尤度 emplike
        • 分布
        • グラフィックス
        • 入出力 iolib
        • ツール
        • 大規模なデータセットの操作
        • 最適化
      • データセット
      • サンドボックス
    • 例題集
    • APIリファレンス
    • statsmodels について
    • 開発者ページ
    • リリースノート
    • 翻訳に関するステートメント
    • Fstatsmodels.stats.moment_helpers.mnc2cum

    statsmodels.stats.moment_helpers.mnc2cum¶

    statsmodels.stats.moment_helpers.mnc2cum(mnc)[ソース]¶

    convert non-central moments to cumulants recursive formula produces as many cumulants as moments

    https://en.wikipedia.org/wiki/Cumulant#Cumulants_and_moments


    最終更新日: 2025年01月28日
    前 statsmodels.stats.moment_helpers.mc2mvsk
    次 statsmodels.stats.moment_helpers.mnc2mc
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial