MomentMathCentralToCumulant Method |
Converts central moments to cumulants.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double[] CentralToCumulant(
double mu,
double[] C
)
Public Shared Function CentralToCumulant (
mu As Double,
C As Double()
) As Double()
public:
static array<double>^ CentralToCumulant(
double mu,
array<double>^ C
)
static member CentralToCumulant :
mu : float *
C : float[] -> float[]
Parameters
- mu
- Type: SystemDouble
The mean. - C
- Type: SystemDouble
A set of central moments.
Return Value
Type:
DoubleThe corresponding set of cumulants.
Exceptions See Also