Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

FRatioDistribution

FRatioDistribution[n, m]
represents an F-ratio distribution with n numerator and m denominator degrees of freedom.
  • The probability density for value x in an F-ratio distribution is proportional to x^(n/2-1)(x⁢n+m)^(-(n+m)/2) for x>0, and is zero for x<0. »
  • For integer n and m, the F-ratio distribution gives the distribution of the ratio of variances for samples from normal distributions.
The mean and variance of an F-ratio distribution:
The probability density function is related to the beta function:
The mean and variance of an F-ratio distribution:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
The probability density function is related to the beta function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom numbers that have the F-ratio distribution:
Properties based on higher-order moments:
The fourth moment of a particular F-ratio distribution is finite:
However, some F-ratio distributions are too heavy-tailed to have fourth moments:
The 0.75 quantile of an F-ratio distribution with n=5 and m=20:
Compute the p-value for an F-test with n and m degrees of freedom:
Plot the cumulative distribution function of an F-ratio distribution:
A contour plot as both x and m are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
FRatioDistribution is not defined when n or m is not a positive real number:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team