Click or drag to resize

StudentsTDistributionMode Property

Gets the mode 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[] 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