Skip to content

Commit 2b44f61

Browse files
authored
Merge pull request #190 from Lo4ding00/patch-1
Update pval-h0.md
2 parents e0a73e1 + 35334f8 commit 2b44f61

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)