2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Add missing normalization factor

This commit is contained in:
Martin Thoma 2016-03-27 15:09:27 +02:00
parent 86e9529821
commit 92b04eb687
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Before After
Before After

View file

@ -109,7 +109,7 @@
\caption{Approximations of $\Phi_{0;1}(x + \Delta x)$} \caption{Approximations of $\Phi_{0;1}(x + \Delta x)$}
\end{table} \end{table}
\begin{align*} \begin{align*}
\Phi_{0;1}(x) &= \int_{-\infty}^{x} e^{- t^2 / 2} \mathrm{d} t & \Phi_{0;1}(x) &= \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^{x} e^{- t^2 / 2} \mathrm{d} t &
\Phi_{0;1}(1.65) &\approx 0.9505\\ \Phi_{0;1}(1.65) &\approx 0.9505\\
\Phi_{\mu; \sigma^2}(x) &= \Phi_{0;1} \left (\frac{x-\mu}{\sigma} \right ) & \Phi_{\mu; \sigma^2}(x) &= \Phi_{0;1} \left (\frac{x-\mu}{\sigma} \right ) &
\Phi_{0;1}(-x) &= 1 - \Phi_{0;1}(x) \Phi_{0;1}(-x) &= 1 - \Phi_{0;1}(x)