Skip to content

Commit

Permalink
[skip ci] fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Feb 25, 2020
1 parent af35f32 commit fff2fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/max_likelihood.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"$$ s_i^2 = \\delta y_i^2 + f^2 m_i^2 $$,\n",
"\n",
"where $\\delta y$ is the uncertainty in $y$ and $f$ is the fraction of unaccounted for uncertainty (more about this can be found in the [Unaccounted uncertainty](./unaccounted_uncertainty.html) tutorial.)\n",
"`uravu` is able to maximize this function with the help of the [`scipy.optimize.minimize()`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html) function (we minimize the negative of the likelihood).\n",
"`uravu` is able to maximize this function with the help of the [scipy.optimize.minimize()](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html) function (we minimize the negative of the likelihood).\n",
"\n",
"Before we maximise the likelihood, is it necessary to create some *synthetic* data to analyse. "
]
Expand Down

0 comments on commit fff2fb0

Please sign in to comment.