From d62d48455d70d6a79d07453a31e5beabe79275e5 Mon Sep 17 00:00:00 2001 From: partev Date: Tue, 18 Jul 2023 16:57:42 -0400 Subject: [PATCH] fix a typo parameers -> parameters --- 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 ea352631..ea705f19 100644 --- a/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb +++ b/docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb @@ -10,7 +10,7 @@ "\n", "We perform sequential (recursive) Bayesian inference for the parameters of a linear regression model\n", "using the Kalman filter. (This algorithm is also known as recursive least squares.)\n", - "To do this, we treat the parameers of the model as the unknown hidden states.\n", + "To do this, we treat the parameters of the model as the unknown hidden states.\n", "We assume that these are constant over time.\n", "The graphical model is shown below.\n", "\n",