Click or drag to resize
PdfChi Method
Evaluates the chi-squared probability density function

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Chi(
	double chsq,
	double df
)

Parameters

chsq
Type: SystemDouble
A double scalar value representing the argument at which the function is to be evaluated.
df
Type: SystemDouble
A double scalar value representing the number of degrees of freedom. df must be positive.

Return Value

Type: Double
A double scalar value, the value of the probability density function at chsq.
See Also