mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Add definition and example of cdf
This commit is contained in:
parent
f3ceba15ae
commit
86e9529821
3 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 138 KiB |
|
@ -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*}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue