Click or drag to resize

StudentTDistribution Constructor

Initializes a new instance of the StudentTDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StudentTDistribution(
	int N
)

Parameters

N  Int32
The degrees of freedom.
See Also