Click or drag to resize
Accord.NET (logo)

NoncentralTDistribution 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 NoncentralTDistribution(
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double degreesOfFreedom,
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double noncentrality
)
Request Example View Source

Parameters

degreesOfFreedom
Type: SystemDouble
The degrees of freedom v.
noncentrality
Type: SystemDouble
The noncentrality parameter μ (mu).
See Also