We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a73e1 + 35334f8 commit 2b44f61Copy full SHA for 2b44f61
1 file changed
P/pval-h0.md
@@ -52,7 +52,7 @@ $$ \label{eq:pval-cdf-s1}
52
F_P(p) &= \mathrm{Pr}(P < p) \\
53
&= \mathrm{Pr}(F_T(T) < p) \\
54
&= \mathrm{Pr}(T < F_T^{-1}(p)) \\
55
-&= F_T^{-1}(F_T^{-1}(p)) \\
+&= F_T(F_T^{-1}(p)) \\
56
&= p
57
\end{split}
58
$$
@@ -61,4 +61,4 @@ which is the [cumulative distribution function of a continuous uniform distribut
61
62
$$ \label{eq:cuni-cdf}
63
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
-$$
+$$
0 commit comments