Click or drag to resize

GammaDistributionVariance Property

Gets the variance of the distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Variance { get; }

Property Value

Double

Implements

IRandomVariableMomentsVariance
Remarks
The variance of the distribution is the standard deviation squared.
See Also