Skip to content

Commit

Permalink
Merge pull request #328 from partev/patch-1
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
slinderman committed Aug 9, 2023
2 parents cadec55 + d62d484 commit 5fe598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5fe598d

Please sign in to comment.