MomentMathCentralToRaw Method
Converts central moments to raw moments.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double[] CentralToRaw(
double mu,
double[] C
)
Public Shared Function CentralToRaw (
mu As Double,
C As Double()
) As Double()
public:
static array<double>^ CentralToRaw(
double mu,
array<double>^ C
)
static member CentralToRaw :
mu : float *
C : float[] -> float[]
- mu Double
- The mean.
- C Double
- A set of central moments.
DoubleThe corresponding set of central moments.