Constructs a TDistribution instance with the given degrees of freedom.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public TDistribution(
	double df
)
Visual Basic (Declaration)
Public Sub New ( _
	df As Double _
)
Visual C++
public:
TDistribution(
	double df
)

Parameters

df
Type: System..::.Double
The degrees of freedom for the distribution.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the specified degrees of freedom is less than or equal to zero.

See Also