StudentsTDistributionMode Property |
Gets the mode 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[] Mode { get; }Property Value
Double
An array containing the mode(s) of the distribution.
Remarks
The t-distribution is symmetric around the mean for nu > 1,
and its mode is defined as the value with the highest probability density (i.e., the peak of the distribution).
See Also