MomentMathRawToCumulant Method
Converts raw moments to cumulants.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double[] RawToCumulant(
double[] M
)
Public Shared Function RawToCumulant (
M As Double()
) As Double()
public:
static array<double>^ RawToCumulant(
array<double>^ M
)
static member RawToCumulant :
M : float[] -> float[]
- M Double
- A set of raw moments.
DoubleThe corresponding set of cumulants.
The computation of cumulants from raw moments is often subject
to significant cancellation errors, so you should be wary of the higher
digits of cumulants returned by this method.