Skip to content

Commit 35334f8

Browse files
authored
Update pval-h0.md
I think forth line of equation(3) should be F (probability distribution function), not a inverse function F
1 parent e0a73e1 commit 35334f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

P/pval-h0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $$ \label{eq:pval-cdf-s1}
5252
F_P(p) &= \mathrm{Pr}(P < p) \\
5353
&= \mathrm{Pr}(F_T(T) < p) \\
5454
&= \mathrm{Pr}(T < F_T^{-1}(p)) \\
55-
&= F_T^{-1}(F_T^{-1}(p)) \\
55+
&= F_T(F_T^{-1}(p)) \\
5656
&= p
5757
\end{split}
5858
$$
@@ -61,4 +61,4 @@ which is the [cumulative distribution function of a continuous uniform distribut
6161

6262
$$ \label{eq:cuni-cdf}
6363
F_X(x) = \int_{-\infty}^{x} \mathcal{U}(z; 0, 1) \, \mathrm{d}z = x \quad \text{where} \quad 0 \leq x \leq 1 \; .
64-
$$
64+
$$

0 commit comments

Comments
 (0)