Skip to content

Commit bc183bd

Browse files
authored
Fix typo in lgssm_learning.ipynb
1 parent 07e21da commit bc183bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/linear_gaussian_ssm/lgssm_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\\end{align*}\n",
1818
"where $z_{1:T}$ are the latent states, $y_{1:T}$ are the emissions, and $\\theta = (F, Q, H, R)$ are the model parameters. In particular, $F$ is the dynamics matrix and $H$ is the emission matrix. For our simulation, we use 2-dimensional latent states, $z_t \\in \\mathbb{R}^2$, and 10-dimensional emissions, $y_t \\in \\mathbb{R}^{10}$. \n",
1919
"\n",
20-
"We fit the model to estimate parameters, $\\hat{\\theta}$, using either EM or SGD, as shown below. Once we have estimated the paraemeters, we can also infer the latent states given those parameters.\n"
20+
"We fit the model to estimate parameters, $\\hat{\\theta}$, using either EM or SGD, as shown below. Once we have estimated the parameters, we can also infer the latent states given those parameters.\n"
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)