diff options
Diffstat (limited to 'examples/inference.ipynb')
| -rw-r--r-- | examples/inference.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inference.ipynb b/examples/inference.ipynb index 129fd86..bfebf25 100644 --- a/examples/inference.ipynb +++ b/examples/inference.ipynb @@ -476,7 +476,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "One of the great advantages of Bayesian inferences is the access we have to the full posterior distributions. We can visualize the relationships between our model parameters by plotting the joint posterior distributions, as is done here using the [`getdist` package](https://getdist.readthedocs.io/en/latest/)." + "One of the great advantages of Bayesian inferences is the access we have to the full posterior distributions. We can visualize the relationships between our model parameters by plotting the joint posterior distributions, as is done here using the [getdist package](https://getdist.readthedocs.io/en/latest/)." ] }, { |
