Skip to content
logo
statsmodels 0.14.2
statsmodels.stats.moment_helpers.mnc2cum
Initializing search
    statsmodels
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
      • Other Models
      • Statistics and Tools
        • Statistics stats
          • Residual Diagnostics and Specification Tests
          • Sandwich Robust Covariances
          • Goodness of Fit Tests and Measures
          • Non-Parametric Tests
          • Descriptive Statistics
          • Interrater Reliability and Agreement
          • Multiple Tests and Multiple Comparison Procedures
          • Basic Statistics and t-Tests with frequency weights
          • Power and Sample Size Calculations
          • Proportion
          • Rates
          • Multivariate
          • Oneway Anova
          • Robust, Trimmed Statistics
          • Moment Helpers
            • 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
          • Mediation Analysis
          • Oaxaca-Blinder Decomposition
          • Distance Dependence Measures
          • Meta-Analysis
        • Contingency tables
        • Multiple Imputation with Chained Equations
        • Treatment Effects treatment
        • Empirical Likelihood emplike
        • Distributions
        • Graphics
        • Input-Output iolib
        • Tools
        • Working with Large Data Sets
        • Optimization
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • Fstatsmodels.stats.moment_helpers.mnc2cum

    statsmodels.stats.moment_helpers.mnc2cum¶

    statsmodels.stats.moment_helpers.mnc2cum(mnc)[source]¶

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

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


    Last update: Jun 10, 2024
    Previous statsmodels.stats.moment_helpers.mc2mvsk
    Next 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