Click or drag to resize

StudentsTDistribution(Double) Constructor

Initializes a new instance of the StudentsTDistribution class with the specified degrees of freedom.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StudentsTDistribution(
	double nu
)

Parameters

nu  Double
The degrees of freedom.
See Also