Skip to content

Commit 742671a

Browse files
authored
Update do_operator_blogpost.ipynb
Typo in the list of parameters: zy -> cy
1 parent b38a900 commit 742671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog-posts/do_operator/do_operator_blogpost.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"Before we dive in to the code, let's specify some notation to make life a bit simpler:\n",
208208
"* We have random variables $C$, $Z$, and $Y$\n",
209209
"* These are different from observations, specific values, $c$, $z$, and $y$\n",
210-
"* We have a set of latent parameters, $\\theta = \\{ \\beta_{z0}, \\beta_{y0}, \\beta_{zy}, \\beta_{zy}, \\beta_{cz}, \\sigma_{y} \\}$"
210+
"* We have a set of latent parameters, $\\theta = \\{ \\beta_{z0}, \\beta_{y0}, \\beta_{zy}, \\beta_{cy}, \\beta_{cz}, \\sigma_{y} \\}$"
211211
]
212212
},
213213
{

0 commit comments

Comments
 (0)