Difference between revisions of "Manuals/calci/CHIDIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''CHIDIST''' ('''n''',''' df''')</font></font> <font size="3"><font f...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''CHIDIST(x,df)'''</div><br/>
  
<font size="3"><font face="Times New Roman">'''CHIDIST''' ('''n''',''' df''')</font></font>
+
*'X' is the value for which distribution is evaluated and df is the number of degrees of freedem.
  
<font size="3"><font face="Times New Roman">'''n'''   is the value for which the distribution is calculated and df is the number of degrees of freedom</font></font>
+
==Description==
 +
*This function gives the one_tailed probability of the chi-squared distribution.
 +
*It is denoted by  X^2 distribution.Normally categorical datas may displayed in tables.
 +
*The X^2 static used to compare the observed value in each table to the value  
 +
*which would be the expected  under the assumption. The conditions of X^2 test is
  
</div>
+
1.The table should be 2x2 or more than 2x2
----
+
2.Each observations should not be dependent
<div id="1SpaceContent" class="zcontent" align="left">
+
3.All expected values should be 10 or greater. 
 +
The test statistic is:
 +
X^2=summation(Oi-Ei)^2/Ei
 +
The degrees of freedom are: (r–1)(c–1)
 +
r =No. of rows and c = No. of columns
 +
Where:
 +
Oi-the observed value in the ith cell
 +
Ei- the expected value in the ith cell
 +
Also this function will the result as Error when
 +
1.The x&df values are nonnumeric
 +
2.The x value is negative or df value is not an integer
 +
3. The df <1or df>10^10
 +
4.Here  CHIDIST=P(X>x),where X is a X^2 random variable.
  
<font size="3"><font face="Times New Roman">It calculates the one-tailed probability of the chi-squared distribution. </font></font>
+
**<math>=COMPLEX(5,2)</math> gives <math>5+2i</math>
 +
**<math>=COMPLEX(5,2,"j")</math> gives <math>5+2j</math>
  
</div>
+
==Examples==
----
+
{| id="TABLE3" class="SpreadSheet blue"
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
<font size="3">·</font>        <font size="3"><font face="Times New Roman">When arguments are nonnumeric, CHIDIST shows error.</font></font>
 
 
 
<font size="3">·</font>        <font size="3"><font face="Times New Roman">When x is negative, CHIDIST shows error.</font></font>
 
 
 
<font size="3">·</font>        <font size="3"><font face="Times New Roman">ds is shortened for non-integer values. </font></font>
 
 
 
<font size="3" face="Times New Roman"> </font>
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">CHIDIST </div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
<font size="3"><font face="Times New Roman">Let’s see an example in (Column1 Row 1, Column2Row1)</font></font>
 
 
 
<font size="3">CHIDIST (n, df)</font>
 
 
 
<font size="3">CHIDIST (C1R1, C2R1)</font>
 
 
 
<font size="3">i.e. =CHIDIST (16.867, 6) is 0.0098</font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left"><div>
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
 
|- class="even"
 
|- class="even"
| class=" " |
+
| Complex(RN,IN,SF)
| Column1
+
! RN
| class="            " | Column2
+
! IN
| class="    " | Column3
+
! SF
| class="  " |
+
! RESULT
| class="  " | Column4
+
|-
|
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
|Complex(5,6)
| class=" " | 16.867
+
|5
| class="sshl_f " | 6
+
|6
| class="sshl_f" | 0.0098
 
| class="sshl_f" |
 
| class="sshl_f" |
 
 
|
 
|
 +
|5+6i
 
|- class="even"
 
|- class="even"
| class=" " | Row2
+
|Complex(5,2,"j")
| class="sshl_f" |
+
|5
| class="sshl_f" |
+
|2
| class="sshl_f SelectTD SelectTD" |
+
|j
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
+
|5+6j
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
 
|- class="odd"
 
|- class="odd"
| Row3
+
| Complex(2,0,"i")
| class="sshl_f" |
+
|2                                     
| class="sshl_f" |
+
|0
| class="sshl_f" |
+
|i
| class="  " |
+
|2
| class="sshl_f" |
 
|
 
 
|- class="even"
 
|- class="even"
| Row4
+
| Complex(0,-4,i)
| class="sshl_f" |
+
|0
| class="sshl_f" |
+
|4
|
+
|i
| class=" " |
+
|4i
| class="sshl_f" |
 
|
 
 
|- class="odd"
 
|- class="odd"
| class="sshl_f" | Row5
+
|Complex(5,"j")
| class="sshl_f" |
+
|5
| class="  " |
 
|
 
|
 
| class="  " |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class="sshl_f" |
 
|
 
 
|
 
|
 +
|j
 +
|Error
 
|}
 
|}
  
<div align="left"></div>''''''</div></div>
+
==See Also==
----
+
 
 +
*[[Manuals/calci/IMAGINARY | IMAGINARY]]
 +
*[[Manuals/calci/IMREAL| IMREAL]]
 +
 
 +
==References==
 +
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]

Revision as of 05:02, 12 November 2013

CHIDIST(x,df)


  • 'X' is the value for which distribution is evaluated and df is the number of degrees of freedem.

Description

  • This function gives the one_tailed probability of the chi-squared distribution.
  • It is denoted by X^2 distribution.Normally categorical datas may displayed in tables.
  • The X^2 static used to compare the observed value in each table to the value
  • which would be the expected under the assumption. The conditions of X^2 test is

1.The table should be 2x2 or more than 2x2 2.Each observations should not be dependent 3.All expected values should be 10 or greater.  The test statistic is: X^2=summation(Oi-Ei)^2/Ei The degrees of freedom are: (r–1)(c–1) r =No. of rows and c = No. of columns Where: Oi-the observed value in the ith cell Ei- the expected value in the ith cell Also this function will the result as Error when 1.The x&df values are nonnumeric 2.The x value is negative or df value is not an integer 3. The df <1or df>10^10 4.Here CHIDIST=P(X>x),where X is a X^2 random variable.

    • gives
    • Failed to parse (syntax error): {\displaystyle =COMPLEX(5,2,"j")} gives

Examples

Complex(RN,IN,SF) RN IN SF RESULT
Complex(5,6) 5 6 5+6i
Complex(5,2,"j") 5 2 j 5+6j
Complex(2,0,"i") 2 0 i 2
Complex(0,-4,i) 0 4 i 4i
Complex(5,"j") 5 j Error

See Also

References

Complex Numbers