MomentMath Class
Contains methods for converting between different kinds of moments.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static class MomentMath
Public NotInheritable Class MomentMath
public ref class MomentMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MomentMath = class end
- Inheritance
- Object MomentMath
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).