Evaluates the mean of the chi-squared cumulative probability
distribution function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double ChiMean(
double df
)
Public Shared Function ChiMean (
df As Double
) As Double
public:
static double ChiMean(
double df
)
static member ChiMean :
df : float -> float
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