Click or drag to resize
Accord.NET (logo)

TDistribution Constructor

Initializes a new instance of the TDistribution class.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TDistribution(
	[PositiveAttribute(1, 1.79769313486232E+308)] double degreesOfFreedom
)
Request Example View Source

Parameters

degreesOfFreedom
Type: SystemDouble
The degrees of freedom.
See Also