MomentMathCumulantToRaw Method
Converts cumulants to raw moments.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double[] CumulantToRaw(
double[] K
)
Public Shared Function CumulantToRaw (
K As Double()
) As Double()
public:
static array<double>^ CumulantToRaw(
array<double>^ K
)
static member CumulantToRaw :
K : float[] -> float[]
- K Double
- A set of cumulants.
DoubleThe corresponding set of raw moments.