StudentsTDistributionMaximum Property |
Gets the maximum possible 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 Maximum { get; }Property Value
DoubleSymbolic constant indicating the largest possible value.
Remarks
For the t-distribution, this value is always positive infinity.
See Also