Click or drag to resize

StudentsTDistributionVariance Property

Gets the variance of t-distributed random numbers.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override double Variance { get; }

Property Value

Double
The variance of the distribution, finite only for nu > 2.
Remarks
The variance measures the spread of the distribution and is defined as nu / (nu - 2) for nu > 2.
See Also