From e147afe24865a53418683198c3397c9c6c46a7aa Mon Sep 17 00:00:00 2001 From: Quentin Batista Date: Sun, 7 Jan 2024 14:34:42 +0900 Subject: [PATCH] Fix typo in `kf_linreg` --- docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb b/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb index ea705f19..4f93869c 100644 --- a/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb +++ b/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb @@ -140,7 +140,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Offline inferenece\n", + "## Offline inference\n", "\n", "We compute the offline posterior given all the data using Bayes rule for linear regression.\n", "This should give the same results as the final step of online inference."