IMSL C# Numerical Library

Cdf.ChiVariance Method 

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

public static double ChiVariance(
   double df
);

Parameters

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

Return Value

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

See Also

Cdf Class | Imsl.Stat Namespace