Click or drag to resize

TruncatedParetoGetMoment Method

Gets the n-th raw moment of the distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetMoment(
	int n
)

Parameters

n  Int32
The order (n) of the moment. Range: n ≥ 1.

Return Value

Double
the n-th moment of the distribution.
See Also