Click or drag to resize

StudentDistribution Constructor

Initializes a new Student distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public StudentDistribution(
	double nu
)

Parameters

nu
Type: SystemDouble
The number of degrees of freedom, which must be positive.
See Also