Skip to content
Snippets Groups Projects
Commit c0186fc5 authored by SumeetKul's avatar SumeetKul
Browse files

Corrected typo in the basics of PE page, maths section. The parenthesis...

Corrected typo in the basics of PE page, maths section. The parenthesis containing the squared exponent should read (y_i - (t_i * m + c)) instead of (y_i - (t_i * x + c)) for a model H defined by y = m*x + c.
parent 46ddcccb
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ Gaussian distributed as such:
.. math::
P(y_i, t_i| m, c, H) = \frac{1}{\sqrt{2\pi\sigma^2}}
\mathrm{exp}\left(\frac{-(y_i - (t_i x + c))^2}{2\sigma^2}\right) \,.
\mathrm{exp}\left(\frac{-(y_i - (t_i m + c))^2}{2\sigma^2}\right) \,.
Next, we assume that all data points are independent. As such,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment