How to use the CHIINV function
Author: Oscar Cronquist Article last updated on September 27, 2018
The CHIINV function calculates the inverse probability of the chi-squared distribution.
The CHIINV function is outdated and you will find it in the compatibility category, the function has been replaced by the CHISQ.INV function and the CHISQ.INV.RT function.
Formula in cell C6:
=CHIINV(C3,C4)
Excel Function Syntax
CHIINV(probability,deg_freedom)
Arguments
probability | Required. A numerical value representing the probability with the chi-squared distribution. |
deg_freedom | Required. A numerical value representing the degrees of freedom. |
Comments
The CHIINV function returns
- #VALUE! error value if probability or deg_freedom argument is non-numeric.
- #NUM! error value if:
- probability < 0 (zero)
- probability > 1 (zero)
- deg_freedom < 1
deg_freedom argument is converted into integers if necessary.
The CHIDIST and CHINV functions are related. CHIDIST(x, deg_freedom) = probability then CHINV(probability , deg_freedom) = x
Functions in 'Compatibility' category
The CHIINV function function is one of many functions in the 'Compatibility' category.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form