mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Improve title of cdf document
This commit is contained in:
parent
bb6c47ee12
commit
f3ceba15ae
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
|
@ -12,7 +12,7 @@
|
|||
|
||||
\begin{document}
|
||||
\pagenumbering{gobble}
|
||||
\section*{Normal distribution cumulative distribution function (CDF)}
|
||||
\section*{Cumulative distribution function (CDF) of the normal distribution}
|
||||
|
||||
\pgfmathdeclarefunction{gauss}{3}{%
|
||||
\pgfmathparse{1/(#3*sqrt(2*pi))*exp(-((#1-#2)^2)/(2*#3^2))}%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue