2,402 bytes added
, 02:35, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''FDIST'''('''x''', '''DF1''', '''DF2''')
'''Where X''' is the value at which to evaluate the function, '''DF1''' is the numerator degrees of freedom and '''DF2 '''is the denominator degrees of freedom.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
This function is to determine whether two data sets have different degrees of diversity.
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
· Arguments should be numeric.
· FDIST shows the error value, when x is negative and DF1<1 or DF1 is less than or equal to 10^10 and DF2<1 or DF2 is grater than 10^10.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
FDIST
</div></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="5SpaceContent" class="zcontent" align="left">
Lets see an example,
FDIST(X,DF1,DF2)
'''B'''
15.20686
5
3
<nowiki>=FDIST(B2,B3,B4)</nowiki>
</div>
----
<div id="2SpaceContent" class="zcontent" align="left">
{| id="TABLE3" class="SpreadSheet blue"
|- class="even"
| class=" " |
| class=" " | Column1
| class=" " | Column2
| class=" " | Column3
| class=" " |
|- class="odd"
| class=" " | Row1
| class=" " | 15.20686
| class="sshl_f" | NaN
| class="sshl_f" |
|
|- class="even"
| class=" " | Row2
| class=" " | 5
| class="sshl_f " |
| class="sshl_f " |
|
|- class="odd"
| Row3
| class="sshl_f " | 3
| class="sshl_f " |
|
|
|- class="even"
| Row4
| class="sshl_f" |
| class="sshl_f " |
| class=" " |
|
|- class="odd"
| class=" " | Row5
| class="sshl_f" |
| class="sshl_f " |
| class=" " |
|
|- class="even"
| class="sshl_f" | Row6
| class="sshl_f" |
| class="sshl_f " |
| class=" " |
|
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----