IMSL C# Numerical Library

Cdf.ChiMean Method 

Evaluates the mean of the chi-squared cumulative probability distribution function

public static double ChiMean(
   double df
);

Parameters

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

Return Value

A double, the mean of the chi-squared distribution function.

See Also

Cdf Class | Imsl.Stat Namespace