StudentsTDistributionMinimum Property |
Gets the minimum 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 Minimum { get; }Property Value
DoubleSymbolic constant indicating the smallest possible value.
Remarks
For the t-distribution, this value is always negative infinity.
See Also