TruncatedParetoGetMoment Method |
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(
int n
)
Parameters
- n Int32
- The order (n) of the moment. Range: n ≥ 1.
Return Value
Doublethe n-th moment of the distribution.
See Also