Skip to content

Commit 5fe598d

Browse files
authored
Merge pull request #328 from partev/patch-1
fix a typo
2 parents cadec55 + d62d484 commit 5fe598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"We perform sequential (recursive) Bayesian inference for the parameters of a linear regression model\n",
1212
"using the Kalman filter. (This algorithm is also known as recursive least squares.)\n",
13-
"To do this, we treat the parameers of the model as the unknown hidden states.\n",
13+
"To do this, we treat the parameters of the model as the unknown hidden states.\n",
1414
"We assume that these are constant over time.\n",
1515
"The graphical model is shown below.\n",
1616
"\n",

0 commit comments

Comments
 (0)