MomentMathCumulantToRaw Method |
Converts cumulants to raw moments.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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[]
Parameters
- K
- Type: SystemDouble
A set of cumulants.
Return Value
Type:
DoubleThe corresponding set of raw moments.
Exceptions See Also