Skip to content

Commit

Permalink
add keywrod mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed May 27, 2020
1 parent b4b2ea5 commit c8c8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/nested_sampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"We can see that the highest order terms are quite small for the larger degree of polynomial. \n",
"Let's see what effect this has on the evidence. \n",
"\n",
"Note that `uravu` and `dynesty` calculates the natural log of the evidence, $\\ln{Z}$ and while this tutorial show how [nested sampling](http://doi.org/10.1063/1.1835238) may be used, `uravu` and `dynesty` also enable the use of [dynamic nested sampling](https://doi.org/10.1007/s11222-018-9844-0)."
"Note that `uravu` and `dynesty` calculates the natural log of the evidence, $\\ln{Z}$ and while this tutorial show how [nested sampling](http://doi.org/10.1063/1.1835238) may be used, `uravu` and `dynesty` also enable the use of [dynamic nested sampling](https://doi.org/10.1007/s11222-018-9844-0) (by setting the keyword argument `dynamic` to `True`)."
]
},
{
Expand Down

0 comments on commit c8c8b0f

Please sign in to comment.