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