Changes

223 bytes added ,  20:49, 14 June 2018
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''FDIST(x,df1,df2)'''</div><br/>
+
<div style="font-size:30px">'''FDIST (Number,DegreeOfFreedom1,DegreeOfFreedom2)'''</div><br/>
*<math>x</math> is the value of the function
+
*<math>Number</math> is the value of the function
*<math>df1</math> and <math>df1</math> is degrees of freedom.
+
*<math>DegreeOfFreedom1</math> and <math>DegreeOfFreedom21</math> are numbers of degrees of freedom.
    
==Description==
 
==Description==
Line 7: Line 7:  
*This distribution is continuous probability  distribution and it is called  Fisher-Snedecor distribution.
 
*This distribution is continuous probability  distribution and it is called  Fisher-Snedecor distribution.
 
*The F distribution is an asymmetric distribution that has a minimum value of 0, but no maximum value.
 
*The F distribution is an asymmetric distribution that has a minimum value of 0, but no maximum value.
*In  <math>FDIST(x,df1,df2), x </math>  is the value of the function ,<math>df1</math> is the numerator degrees of freedom and <math>df2</math> is the denominator degrees of freedom.  
+
*In  <math>FDIST (Number,DegreeOfFreedom1,DegreeOfFreedom2), Number </math>  is the value of the function ,<math>DegreeOfFreedom1</math> is the numerator degrees of freedom and <math>DegreeOfFreedom2</math> is the denominator degrees of freedom.  
 
*This distribution is the ratio of two chi-square distributions with degrees of freedom r1 and r2, respectively, where each chi-square has first been divided by its degrees of freedom.  
 
*This distribution is the ratio of two chi-square distributions with degrees of freedom r1 and r2, respectively, where each chi-square has first been divided by its degrees of freedom.  
 
*The Probability density function of the F distribution is:  
 
*The Probability density function of the F distribution is:  
Line 13: Line 13:  
<math>0<x<\infty</math> where <math>\Gamma</math> is the Gamma Function.
 
<math>0<x<\infty</math> where <math>\Gamma</math> is the Gamma Function.
 
*The gamma function is defined by  <math>\Gamma(t) = \int\limits_{0}^{\infty} x^{t-1} e^{-x} dx</math>.   
 
*The gamma function is defined by  <math>\Gamma(t) = \int\limits_{0}^{\infty} x^{t-1} e^{-x} dx</math>.   
When the value of df1 and df2 are not integers ,then it is converted in to integers.
+
When the value of DegreeOfFreedom1 and DegreeOfFreedom2 are not integers ,then it is converted in to integers.
 
*This function will give the result as error when  
 
*This function will give the result as error when  
 
   1. any one of the argument is non-numeric.
 
   1. any one of the argument is non-numeric.
   2. <math>x</math> is negative
+
   2. <math>Number</math> is negative
   3. <math>df1</math> or <math>df2<1</math> and  <math>df1</math> or <math>df2\ge 10^{10}</math>
+
   3. <math>DegreeOfFreedom11</math> or <math>DegreeOfFreedom2<1</math> and  <math>DegreeOfFreedom1</math> or <math>DegreeOfFreedom2\ge 10^{10}</math>
    
==ZOS==
 
==ZOS==
writer
6,694

edits