Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
parameers -> parameters
  • Loading branch information
partev authored Jul 18, 2023
1 parent 43f8d3d commit d62d484
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 d62d484

Please sign in to comment.