Click or drag to resize

StudentsTDistributionMaximum Property

Gets the maximum possible 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 Maximum { get; }

Property Value

Double
Symbolic constant indicating the largest possible value.
Remarks
For the t-distribution, this value is always positive infinity.
See Also