Difference between revisions of "Manuals/calci/FDIST"

From ZCubes Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
*The Probability density function of the F distribution is:  
 
*The Probability density function of the F distribution is:  
 
<math>f(x,r_1,r_2)=\frac{\Gamma[\frac{r_1+r_2}{2}](\frac{r_1}{r_2})^{\tfrac{r_1}{2}}}{ \Gamma(\frac{r_1}{2})\Gamma(\frac{r_2}{2})}*\frac{(x)^{\tfrac{r_1}{2}-1}}{(\frac{1+r_1x}{r_2})^{\tfrac{r_1+r_2}{2}}}</math>
 
<math>f(x,r_1,r_2)=\frac{\Gamma[\frac{r_1+r_2}{2}](\frac{r_1}{r_2})^{\tfrac{r_1}{2}}}{ \Gamma(\frac{r_1}{2})\Gamma(\frac{r_2}{2})}*\frac{(x)^{\tfrac{r_1}{2}-1}}{(\frac{1+r_1x}{r_2})^{\tfrac{r_1+r_2}{2}}}</math>
0<x<\infty</math> where Γ is the gamma function.
+
<math>0<x<\infty</math> where <math>\Gamma</math> is the Gamma Function.
*The gamma function is defined by  Gamma(t) = integral 0 to infinity  x^{t-1} e^{-x} dx.   
+
*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 df1 and df2 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  

Revision as of 01:19, 8 January 2014

FDIST(x,df1,df2)


  • is the value of the function
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle df1} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle df1} is degrees of freedom.

Description

  • This function gives the value of F probability 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.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle FDIST(x,df1,df2), x } is the value of the function ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle df1} is the numerator degrees of freedom and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle df2} 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.
  • The Probability density function of the F distribution is:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x,r_1,r_2)=\frac{\Gamma[\frac{r_1+r_2}{2}](\frac{r_1}{r_2})^{\tfrac{r_1}{2}}}{ \Gamma(\frac{r_1}{2})\Gamma(\frac{r_2}{2})}*\frac{(x)^{\tfrac{r_1}{2}-1}}{(\frac{1+r_1x}{r_2})^{\tfrac{r_1+r_2}{2}}}} Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0<x<\infty} where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Gamma} is the Gamma Function.

  • 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.

  • This function will give the result as error when
 1. any one of the argument is nonnumeric.
 2.x is negative
 3. df1 or df2<1 ,and  df1 ordf2>=10^10

Examples

  1. FDIST(20.6587,7,3)=0.01526530981
  2. FDIST(70.120045,12.2,6.35)=0.000011229898
  3. FDIST(10,1.3,1.5)=0.134947329626
  4. FDIST(-28,4,6)=NAN


See Also


References