Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Hypothesis Testing Package >

FRatioCI

FRatioCI[ratio, n, m]
gives a confidence interval based on an F-ratio distribution with n and m degrees of freedom.
  • FRatioCI[ratio, n, m] gives a confidence interval {min, max} for a ratio of variances estimated by ratio.
  • For confidence level Alpha, min=ratio/q(1+Alpha)/2 and max=ratio/q(1-Alpha)/2 where qi is the i^(th) quantile of an F-ratio distribution with n numerator and m denominator degrees of freedom.
  • FRatioCI is the confidence interval for a ratio of population variances based on sample variances estimated from samples of size n+1 and m+1.
  • The following option can be given:
ConfidenceLevel0.95probability associated with a confidence interval
A 95% confidence interval based on an F-ratio distribution:
Needs["HypothesisTesting`"]
A 95% confidence interval based on an F-ratio distribution:
In[2]:=
Click for copyable input
Out[2]=
A 99% confidence interval:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team