浏览代码

Add definition and example of cdf

Martin Thoma 9 年之前
父节点
当前提交
86e9529821

二进制
documents/normal-distribution/normal-distribution.pdf


二进制
documents/normal-distribution/normal-distribution.png


+ 3 - 1
documents/normal-distribution/normal-distribution.tex

@@ -106,9 +106,11 @@
 \textbf{3.9} & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000 & 1.0000\\
         \bottomrule
         \end{tabular}
-        \caption{$\Phi_{0;1}(x + \Delta x)$}
+        \caption{Approximations of $\Phi_{0;1}(x + \Delta x)$}
     \end{table}
     \begin{align*}
+        \Phi_{0;1}(x) &= \int_{-\infty}^{x} e^{- t^2 / 2} \mathrm{d} t &
+        \Phi_{0;1}(1.65) &\approx 0.9505\\
         \Phi_{\mu; \sigma^2}(x) &= \Phi_{0;1} \left (\frac{x-\mu}{\sigma} \right ) &
         \Phi_{0;1}(-x) &= 1 - \Phi_{0;1}(x)
     \end{align*}