Gets the n-th raw moment of the distribution.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetMoment(
double n
)
Parameters
- n Double
- The order (n) of the moment. Range: n ≥ 1.
Return Value
Doublethe n-th moment of the distribution.
See Also