Click or drag to resize

MomentMathCentralToRaw Method

Converts central moments to raw moments.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double[] CentralToRaw(
	double mu,
	double[] C
)

Parameters

mu
Type: SystemDouble
The mean.
C
Type: SystemDouble
A set of central moments.

Return Value

Type: Double
The corresponding set of central moments.
Exceptions
ExceptionCondition
ArgumentNullExceptionC is null.
ArgumentOutOfRangeExceptionThe zeroth central moment is not one, or the first central moment is not zero.
See Also