Click or drag to resize

StudentTDistribution(Double, Generator) Constructor

Initializes a new instance of the StudentTDistribution class with the specified degrees of freedom, using the specified random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public StudentTDistribution(
	double nu,
	Generator generator
)

Parameters

nu  Double
The degrees of freedom.
generator  Generator
A Generator object.
See Also