Click or drag to resize

StudentsTDistributionMean Property

Gets the mean value 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 Mean { get; }

Property Value

Double
The mean of the distribution.
Remarks
The mean is defined only for nu > 1, and is zero for symmetric cases.
See Also