Manuals/calci/CHIINV
Jump to navigation
Jump to search
CHIINV(Probability, DegreeOfFreedom)
where,
Probability - probability associated with the chi-squared distribution.
DegreeOfFreedom - the number of degree of freedom.
Returns the inverse of the one-tailed probability of the chi-squared distribution.
If Probability < 0 or Probability >1 ,CHIINV returns #ERROR.
If either parameters is nonnumeric, it returns NaN.
If DegreeOfFreedom < 1 or DegreeOfFreedom > = 10^10, CHIIINV returns the #ERROR.
CHIINV
Lets see an example in (Column1, Row3)
=CHIINV(R1C1, R2C1)
CHIINV RETURNS 15.
Consider an another example
=CHIINV(-1,0,2)
CHIINV returns the #ERROR.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 0.0058 | |||
Row2 | 5 | |||
Row3 | 15 | |||
Row4 | ||||
Row5 | ||||
Row6 |