Evaluates the chi-squared probability density function
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Chi(
double chsq,
double df
)
Public Shared Function Chi (
chsq As Double,
df As Double
) As Double
public:
static double Chi(
double chsq,
double df
)
static member Chi :
chsq : float *
df : float -> float
Parameters
- chsq
- Type: SystemDouble
A double scalar value representing the argument
at which the function is to be evaluated.
- df
- Type: SystemDouble
A double scalar value representing the number
of degrees of freedom. df must be positive.
Return Value
Type:
DoubleA
double scalar value, the value of the probability density function at
chsq.
See Also