Click or drag to resize
CdfChiMean Method
Evaluates the mean of the chi-squared cumulative probability distribution function.

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

Parameters

df
Type: SystemDouble
A double scalar value representing the number of degrees of freedom. This must be at least 0.5.

Return Value

Type: Double
A double, the mean of the chi-squared distribution function.
See Also