Click or drag to resize

MomentMath Class

Contains methods for converting between different kinds of moments.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.Statistics.DistributionsMomentMath

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static class MomentMath

The MomentMath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCentralToCumulant
Converts central moments to cumulants.
Public methodStatic memberCentralToRaw
Converts central moments to raw moments.
Public methodStatic memberCumulantToCentral
Converts cumulants to central moments.
Public methodStatic memberCumulantToRaw
Converts cumulants to raw moments.
Public methodStatic memberRawToCentral
Converts raw moments to central moments.
Public methodStatic memberRawToCumulant
Converts raw moments to cumulants.
Top
Remarks
Distributions can be described by by sets of various moments. Raw moments and central moments are encountered most commonly, but cumulants (also called semi-invariants) and factorial moments are also seen. Given any set of one kind of moment for a distribution up to a given order (e.g. the 1st, 2nd, and 3rd central moments), the methods of this class return the values of other kinds of moments, up to the same order (e.g. the 1st, 2nd, and 3rd raw moments).
See Also