Skip to content
Snippets Groups Projects

Docs: Corrected typo in the basics of PE page, maths section.

Merged Sumeet Kulkarni requested to merge sumeet.kulkarni/bilby:correcting-typo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading