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

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double ChiVariance(
	double df
)
Visual Basic (Declaration)
Public Shared Function ChiVariance ( _
	df As Double _
) As Double
Visual C++
public:
static double ChiVariance(
	double df
)

Parameters

df
Type: System..::.Double
A double 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