From 19d92711e4a148106b0cc617ffd0c418f74ed1fd Mon Sep 17 00:00:00 2001 From: sambit-giri Date: Thu, 22 Aug 2024 16:10:24 +0200 Subject: [PATCH] posterior label removed --- docs/examples/tutorials.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/examples/tutorials.ipynb b/docs/examples/tutorials.ipynb index 49b17df..fde41a6 100644 --- a/docs/examples/tutorials.ipynb +++ b/docs/examples/tutorials.ipynb @@ -1353,8 +1353,6 @@ "id": "a6872a24", "metadata": {}, "source": [ - "### Posterior distribution\n", - "\n", "To find a model for a dataset with errorbar, we can define the loss function using the posterior distribution defined by the [Bayes' theorem](https://en.wikipedia.org/wiki/Bayes%27_theorem) as,\n", "\n", "$p(\\theta|{x_i,y_i})\\propto p({x_i,y_i}|\\theta) p(\\theta)$ ,\n",