Click or drag to resize

StudentTDistribution(Generator) Constructor

Initializes a new instance of the StudentTDistribution class 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(
	Generator generator
)

Parameters

generator  Generator
A Generator object.
See Also