Skip to content

Commit 64fa8fd

Browse files
committed
Fix typo
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent 1ac5aa8 commit 64fa8fd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

examples/case_studies/bayesian_sem_workflow.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@
27922792
"id": "6de4795b",
27932793
"metadata": {},
27942794
"source": [
2795-
"The sampler diagnostics suggest that the model is having trouble samplng from the B matrix. This is a little concern because arguably the structural relations are the primary parameters of interest in the SEM setting. Anything which undercuts our confidence in their estimation, undermines the whole modelling exercise."
2795+
"The sampler diagnostics suggest that the model is having trouble samplng from the B matrix. This is a little concerning because the structural relations are the primary parameters of interest in the SEM setting. Anything which undercuts our confidence in their estimation, undermines the whole modelling exercise."
27962796
]
27972797
},
27982798
{
@@ -2823,6 +2823,14 @@
28232823
"\n"
28242824
]
28252825
},
2826+
{
2827+
"cell_type": "markdown",
2828+
"id": "f0aae228",
2829+
"metadata": {},
2830+
"source": [
2831+
"where we have finally added structure to the residuals of the multivariate normal outcome by imposing a non-zero covariance relation between `UF1` and `FOR`."
2832+
]
2833+
},
28262834
{
28272835
"cell_type": "code",
28282836
"execution_count": 19,

examples/case_studies/bayesian_sem_workflow.myst.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ However, the model diagnostics appear less robust. The sampler seemed to have di
745745
plot_diagnostics(idata_sem_model_v1, parameters);
746746
```
747747

748-
The sampler diagnostics suggest that the model is having trouble samplng from the B matrix. This is a little concern because arguably the structural relations are the primary parameters of interest in the SEM setting. Anything which undercuts our confidence in their estimation, undermines the whole modelling exercise.
748+
The sampler diagnostics suggest that the model is having trouble samplng from the B matrix. This is a little concerning because the structural relations are the primary parameters of interest in the SEM setting. Anything which undercuts our confidence in their estimation, undermines the whole modelling exercise.
749749

750750
+++
751751

@@ -771,6 +771,10 @@ JS ~ CTS + DTP + SWB
771771
```
772772

773773

774+
+++
775+
776+
where we have finally added structure to the residuals of the multivariate normal outcome by imposing a non-zero covariance relation between `UF1` and `FOR`.
777+
774778
```{code-cell} ipython3
775779
with pm.Model(coords=coords) as sem_model_v2:
776780

0 commit comments

Comments
 (0)