Questions tagged [f-distribution]

The F distribution is a continuous probability distribution which is commonly used in statistical testing procedures.

The F distribution is a continuous probability distribution which is commonly used in statistical testing procedures. If $X$ and $Y$ are two independent identically distributed chi-square random variables with $m$ and $n$ degrees of freedom respectively, then the distribution of the ratio $$F_{m,n} = \frac{(\frac{X}{m})}{(\frac{Y}{n})}$$ is called the F distribution. It is also known as the variance-ratio distribution for the fact that when considering two random samples of size $n$ that follow a normal distribution, the ratio of the two sample variances $s_1^2/s_2^2$ follows an $F_{n_1-1,n_2-1}$ distribution.

The F distribution is frequently used in the analysis of variance (see the F-test tag).

F distribution is for a non-negative random variable. It is skewed to the right. The probability density function is given by: $$f(x|m,n) = \frac{\Gamma (\frac{m+n}{2})}{\Gamma (\frac{m}{2}) \Gamma (\frac{n}{2}}) \cdot \frac{(\frac{m}{2})^{m/2} x^{m/(2-1)}}{(\frac{n}{2})^{m/2} [1+\frac{mx}{n}]^{(m/2)+(n/2)}}$$ And its first two moments are $$\frac{n}{n-2}$$ for the mean and $$\frac{2n^2(m+n-2)}{m(n-2)^2 (n-4)}$$ for the variance (with $n>4$).

97 questions
25
votes
2 answers

Proof that F-statistic follows F-distribution

In light of this question : Proof that the coefficients in an OLS model follow a t-distribution with (n-k) degrees of freedom I would love to understand why $$ F = \frac{(\text{TSS}-\text{RSS})/(p-1)}{\text{RSS}/(n-p)},$$ where $p$ is the number of…
23
votes
1 answer

Inverting the Fourier Transform for a Fisher distribution

The characteristic function of Fisher $\mathcal{F}(1,\alpha)$ distribution is: $$C(t)=\frac{\Gamma \left(\frac{\alpha +1}{2}\right) U\left(\frac{1}{2},1-\frac{\alpha }{2},-i t \alpha \right)}{\Gamma \left(\frac{\alpha }{2}\right)}$$ where $U$ is the…
14
votes
3 answers

Why do we use a one-tailed test F-test in analysis of variance (ANOVA)?

Can you give the reason for using a one tailed test in the analysis of variance test? Why do we use a one-tail test - the F-test - in ANOVA?
Cynderella
  • 245
  • 1
  • 2
  • 8
14
votes
1 answer

What are the connections between: the normal, the $\chi^2$ & the F distributions?

I have often read that there is a huge connection between the normal distribution and several other distributions. But these were only mathematical explanations. What's the "real" connection between these 3 distributions (normal, $\chi^2$, and F)?
11
votes
1 answer

What do you do if your degrees of freedom goes past the end of your tables?

The degrees of freedom in my F table don't go up high enough for my big sample. For example, if I have an F with 5 and 6744 degrees of freedom, how do I find the 5% critical value for an ANOVA? What if I was doing a chi-square test with big degrees…
Glen_b
  • 257,508
  • 32
  • 553
  • 939
11
votes
2 answers

What is the power of the regression F test?

The classical F-test for subsets of variables in multilinear regression has the form $$ F = \frac{(\mbox{SSE}(R) - \mbox{SSE}(B))/(df_R - df_B)}{\mbox{SSE}(B)/df_B}, $$ where $\mbox{SSE}(R)$ is the sum of squared errors under the 'reduced' model,…
7
votes
1 answer

Relationship between F and Student's t distributions

According to Wikipedia, $Y\sim F_{1,v}$ has an F-distribution if $Y=X^2$ and $X\sim t(v)$ has a Student's t distribution. The proof of this makes sense to me. But I don't understand the relationship between their quantiles. Why, for instance, is it…
Hatshepsut
  • 1,429
  • 4
  • 15
  • 26
6
votes
1 answer

How can one produce many `p-values` in regression analysis?

In order to understand ANOVA and regression better, I read this: http://www.theanalysisfactor.com/why-anova-and-linear-regression-are-the-same-analysis/ It seems to make sense for the most part. The only part that is confusing to me is how to get a…
makansij
  • 1,919
  • 5
  • 27
  • 38
6
votes
2 answers

Probability that one sum of squared standard normals is greater than a constant times another such sum

Let $Y_1,Y_2,..., Y_n$ $i.i.d$ $\mathcal{N}(0,\sigma^2)$ random variables and $n>4$. Find the probability $\mathbb{P}\{Y_3^2 + Y_4^2+ ... + Y_n^2 \geq \alpha ( Y_1^2 + Y_2^2)\}$ for $\alpha >0$. Probably I have to use the fact that the sum of…
5
votes
2 answers

Why is this statistic F-distributed?

A book I'm reading claims that the statistic: $\frac{(RSS_0 - RSS_1) / (p_1 - p_0)}{RSS_1 / (N - p_1 - 1)}$ has an F distribution. Why is this? I know that an F distribution is something like $\frac{\chi^2_p / p}{\chi^2_q / q}$, where the two…
5
votes
0 answers

Estimation After Selection on Non-central F Random Variables

Suppose that you observe $F_1,F_2,\ldots,F_k$ each independently. drawn from non-central F distributions with common, known, d.f. $\nu_1, \nu_2$, and with (unknown) non-centrality parameters $\lambda_1,\lambda_2,\ldots,\lambda_k$. Suppose that the…
shabbychef
  • 10,388
  • 7
  • 50
  • 93
5
votes
1 answer

Convergence of F(n,n) distribution to normal

Suppose that $X \sim F(n,n)$, an F distribution on $n$ and $n$ degrees of freedom. I'm trying to figure out why some literature state that $X$ converges in distribution to a normal distribution. My confusion lies in the fact that $X$ can be written…
5
votes
1 answer

Udacity claims that the F-distribution peaks at 1, but Wikipedia has counterexamples. Which is true?

Here's a transcript of the first minute, though you may watch the video here: The F distribution is positively skewed, meaning it peaks on the left side and is stretched off to the right side. This distribution peaks at 1. This is because if there…
DharmaTurtle
  • 272
  • 2
  • 10
5
votes
1 answer

Why do we make a F-Test rather than a Beta-Test in ANOVAs?

When one performs an ANOVA, (s)he always end up calculating the observed F-ratio and comparing it to the appropriate F-distribution. From this post, I discovered that the coefficient of correlation $r^2$ follows a beta distribution under the null…
4
votes
1 answer

Why use the F distribution and F test?

I don't understand why in the F test we calculate the ratio between MSE between subject and MSE within subject. As far as I know, this is due because we want to use the F distribution, which is a rate between two $\chi^2$ distribution divided their…
Vaaal
  • 525
  • 3
  • 14
1
2 3 4 5 6 7