StudentsTDistributionNextDouble Method |
Returns a t-distributed floating point random number.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override double NextDouble()
Return Value
DoubleA t-distributed double-precision floating point number.
Remarks
This method generates a random value from the t-distribution with the
specified degrees of freedom, using the Box-Muller transform.
See Also