2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Improve title of cdf document

This commit is contained in:
Martin Thoma 2016-03-27 14:42:41 +02:00
parent bb6c47ee12
commit f3ceba15ae
3 changed files with 1 additions and 1 deletions

View file

@ -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))}%