Click or drag to resize

TDistribution(Double) Constructor

Constructs a TDistribution instance with the given degrees of freedom.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TDistribution(
	double df
)

Parameters

df  Double
The degrees of freedom for the distribution.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the specified degrees of freedom is less than or equal to zero.
See Also