| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''CHIDIST(x,df)'''</div><br/> | + | <div style="font-size:30px">'''CHIDIST(Number,Degreeoffreedom)'''</div><br/> |
| | | | |
| − | *<math>x</math> is the value for which distribution is evaluated. | + | *<math>Number</math> is the value for which distribution is evaluated. |
| − | *<math>df</math> is the number of degrees of freedom. | + | *<math>Degreeoffreedom</math> is the number of degrees of freedom. |
| | | | |
| | ==Description== | | ==Description== |
| Line 23: |
Line 23: |
| | | | |
| | Also this function will the result as Error when | | Also this function will the result as Error when |
| − | #The <math>x</math> & <math>df</math> values are non-numeric | + | #The <math>Number</math> & <math>Degreeoffreedom</math> values are non-numeric |
| − | #The <math>x</math> value is negative or <math>df</math> value is not an integer | + | #The <math>Number</math> value is negative or <math>Degreeoffreedom</math> value is not an integer |
| − | #The <math>df < 1</math> or <math>df > 10^{10}</math> | + | #The <math>Degreeoffreedom < 1</math> or <math>Degreeoffreedom > 10^{10}</math> |
| | #Here CHIDIST=P(X>x),where X is a <math>\chi^2</math> random variable. | | #Here CHIDIST=P(X>x),where X is a <math>\chi^2</math> random variable. |
| | | | |
| − | *CHIDIST(-2,1)=Error, because x is negative. | + | *CHIDIST(-2,1)=Error, because Number is negative. |
| − | *CHIDIST(2,-1)=Error, because df<1 | + | *CHIDIST(2,-1)=Error, because Degreeoffreedom<1 |
| | + | |
| | + | |
| | + | ==ZOS section== |
| | + | *The syntax is to calculate CHIDIST in ZOS is CHIDIST(Number,Degreeoffreedom). |
| | + | *<math>Number</math> is the value for which distribution is evaluated. |
| | + | *<math>Degreeoffreedom</math> is the number of degrees of freedom. |
| | + | *For e.g.,CHIDIST(10..12,5..7) |
| | | | |
| | ==Examples== | | ==Examples== |
| | {| id="TABLE3" class="SpreadSheet blue" | | {| id="TABLE3" class="SpreadSheet blue" |
| | |- class="even" | | |- class="even" |
| − | | CHIDIST(x,df) | + | | CHIDIST(Number,Degreeoffreedom) |
| | ! x | | ! x |
| | ! df | | ! df |
| Line 67: |
Line 74: |
| | | | |
| | ==See Also== | | ==See Also== |
| − |
| |
| | *[[Manuals/calci/CHITEST | CHITEST]] | | *[[Manuals/calci/CHITEST | CHITEST]] |
| | | | |
| | ==References== | | ==References== |
| | [http://en.wikipedia.org/wiki/Chi-squared_distribution CHI-SQUARE Distribution] | | [http://en.wikipedia.org/wiki/Chi-squared_distribution CHI-SQUARE Distribution] |