chi2inv()

Read(4824) Label: p-value, df, icdf,

Description:

Compute the chi-square inverse cumulative distribution.

Syntax:

chi2inv(p, v)

Note:

The MathCli external library function (See External Library Guide) computes the chi-square inverse cumulative distribution.

Parameter:

P

The p-value within the interval (0,1) .

v

Degrees of freedom (DF) .

Return value:

Double-precision number

Example:

 

A

 

1

=chi2inv(0.95,10)