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
)
Public Shared Function CumulantToCentral (
K As Double()
) As Double()
public:
static array<double>^ CumulantToCentral(
array<double>^ K
)
static member CumulantToCentral :
K : float[] -> float[]
Parameters
- K
- Type: SystemDouble
A set of cumulants.
Return Value
Type:
DoubleThe corresponding set of central moments.
Exceptions See Also