We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadec55 + d62d484 commit 5fe598dCopy full SHA for 5fe598d
docs/notebooks/linear_gaussian_ssm/kf_linreg.ipynb
@@ -10,7 +10,7 @@
10
"\n",
11
"We perform sequential (recursive) Bayesian inference for the parameters of a linear regression model\n",
12
"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",
+ "To do this, we treat the parameters of the model as the unknown hidden states.\n",
14
"We assume that these are constant over time.\n",
15
"The graphical model is shown below.\n",
16
0 commit comments