Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03-Gaussians.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
"\n",
"<p> Don't be dissuaded by the equation if you haven't seen it before; you will not need to memorize or manipulate it. The computation of this function is stored in `stats.py` with the function `gaussian(x, mean, var, normed=True)`. \n",
" \n",
"Shorn of the constants, you can see it is a simple exponential:\n",
"Short of the constants, you can see it is a simple exponential:\n",
" \n",
"$$f(x)\\propto e^{-x^2}$$\n",
"\n",
Expand Down