Click or drag to resize

NoncentralTDistribution Constructor

Constructs a noncentral TDistribution instance with the given degrees of freedom and non-zero noncentrality.

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

Parameters

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