Skip to content

Commit

Permalink
Fix small error in equation
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-werner committed Oct 24, 2023
1 parent cab9eed commit 8132682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/case_studies/factor_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"\n",
"$X|WF \\sim N(WF, \\Psi)$\n",
"\n",
"$(W^TW)^{-1}W^T\\Psi^{-1/2}X|W,F \\sim N(F, (W^TW)^{-1})$"
"$(W^TW)^{-1}W^T\\Psi^{-1/2}X|W,F \\sim N(\\Psi^{-1/2}F, (W^TW)^{-1})$"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/factor_analysis.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ marginalized away in order to make fitting the model easier; and now we need it

$X|WF \sim N(WF, \Psi)$

$(W^TW)^{-1}W^T\Psi^{-1/2}X|W,F \sim N(F, (W^TW)^{-1})$
$(W^TW)^{-1}W^T\Psi^{-1/2}X|W,F \sim N(\Psi^{-1/2}F, (W^TW)^{-1})$

+++

Expand Down

0 comments on commit 8132682

Please sign in to comment.