How to use the CHIDIST function
Author: Oscar Cronquist Article last updated on September 13, 2022
The CHIDIST function calculates the probability of the chi-squared distribution. Use this function to check if a hypothesize is valid.
The CHIDIST function is outdated and you will find it in the compatibility category, the function has been replaced by the CHISQ.DIST function and the CHISQ.DIST.RT function.
Formula in cell C6:
=CHIDIST(C3,C4)
Excel Function Syntax
CHIDIST(x,deg_freedom)
Arguments
x | Required. A numerical value representing a point in the probability distribution you want to be evaluated. |
deg_freedom | Required. A numerical value representing the degrees of freedom. |
Comments
The CHIDIST function returns
- #VALUE! error value if x or deg_freedom argument is non-numeric.
- #NUM! error value if:
- x < 0 (zero)
- deg_freedom < 1
- deg_freedom > 10^10
deg_freedom argument is converted into integers.
Functions in 'Compatibility' category
The CHIDIST 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