Click or drag to resize

PoissonDistributionCentralMoment Method

Gets a central moment of the distribution.

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

Parameters

r
Type: SystemInt32
The order of the moment.

Return Value

Type: Double
The central moment Cr.
See Also