Is $\frac{1}{F_{n,m;1-\alpha}} = F_{m,n;\alpha}$?

929 Views Asked by At

I've just calculated an exercise with confidence intervals. My solution is correct if $$\frac{1}{F_{n,m;1-\alpha}} = F_{m,n;\alpha}$$

Is that the case?

If not: Is there any relationship between $F_{n,m}$ and $F_{m,n}$?

Notation

$F_{m,n;\alpha}$ denotes the $\alpha$ quantile of the Fisher distribution with parameters $m$ and $n$. The Fisher distribution can be created by two independent random variables $X \sim \chi^2_m, Y \sim \chi^2_n$: $$\frac{\frac{1}{m} X}{\frac{1}{n} Y} \sim F_{m,n}$$

1

There are 1 best solutions below

0
On BEST ANSWER

The quantile function $F_{n,m;\alpha} = F_{n,m}(\alpha) : [0, 1] \rightarrow \mathbb{R}$ is defined by

$$P(X \leq F_{n,m;\alpha}) = \alpha$$

Let $X \sim F_{n,m}$, $Y \sim F_{m,n}$. By definition of the F distribution: $Y^{-1} \sim F_{n,m}$. It follows:

\begin{align} P(X \leq F_{n,m;\alpha}) &= \alpha \\ &= 1 - (1-\alpha)\\ &=1 - P(Y \leq F_{m,n;1-\alpha})\\ &= P(Y \geq F_{m, n; 1-\alpha})\\ &= P \left (\frac{1}{Y} \leq \frac{1}{F_{m,n;1-\alpha}} \right )\\ &= P \left ( X \leq \frac{1}{F_{m,n;1-\alpha}} \right ) \end{align}

And hence

$$F_{n,m;\alpha} = \frac{1}{F_{m,n;1-\alpha}}$$