Click or drag to resize

BurrGetMoment 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(
	double n
)

Parameters

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

Return Value

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