Click or drag to resize

SpecialFunctionsNoncentralTDistributionCDF Method

The CDF at x of the noncentral t-distribution

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

Parameters

x  Double
Input x
df  Double
Degress of freedom.
delta  Double
Noncentrality parameter.

Return Value

Double
CDF
Exceptions
ExceptionCondition
NMathExceptionError in NCTDistCDF() in the NMath special function kernel.
See Also