Click or drag to resize

MomentMathCumulantToCentral Method

Converts cumulants to central moments.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double[] CumulantToCentral(
	double[] K
)

Parameters

K
Type: SystemDouble
A set of cumulants.

Return Value

Type: Double
The corresponding set of central moments.
Exceptions
ExceptionCondition
ArgumentNullExceptionK is null.
ArgumentOutOfRangeExceptionThe zeroth cumulant is not zero.
See Also