2,445 bytes added
, 02:35, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''FINV'''('''prob''','''DF1''','''DF2''')
'''Where prob''' is a probability associated with the F cumulative distribution.
'''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 returns the inverse of the F probability distribution.
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
· Arguments should be numeric.
· Prob must be between 0 and 1
· When DF1is less than 1 or DF1is less than or equal to 10^10, and DF2 is less than 1 or DF2 is less than or equal to 10^10, FINV shows error value.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
FINV
</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,
FINV(prob,DF1,DF2)
'''B'''
0.01
8
6
<nowiki>=FINV(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=" " | 0.01
| class="sshl_f" |
| class="sshl_f" |
|
|- class="even"
| class=" " | Row2
| class=" " | 8
| class="SelectTD" |
| class="sshl_f " |
|
|- class="odd"
| Row3
| class="sshl_f " | 6
| class="sshl_f " |
|
|
|- class="even"
| Row4
| class=" " |
| 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>
----