StudentsTDistributionMean Property |
Gets the mean value of t-distributed random numbers.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override double Mean { get; }Property Value
DoubleThe mean of the distribution.
Remarks
The mean is defined only for nu > 1, and is zero for symmetric cases.
See Also