Click or drag to resize

NegativeBinomialDistributionRawMoment Method

Gets a raw moment of the distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double RawMoment(
	int k
)

Parameters

k
Type: SystemInt32
The order of moment to compute.

Return Value

Type: Double
The raw moment Mr.
See Also