Click or drag to resize

StudentsTDistributionMinimum Property

Gets the minimum 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 Minimum { get; }

Property Value

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