Skip to content

Commit 0a66e0f

Browse files
committed
tidying
Signed-off-by: Nathaniel <[email protected]>
1 parent e6c7e78 commit 0a66e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/case_studies/bayesian_sem_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7000,7 +7000,7 @@
70007000
"id": "f933975c",
70017001
"metadata": {},
70027002
"source": [
7003-
"We can recover the inverse relationship we encoded in the outcomes between job-satisfaction and the choice to stay. This is encouraging. \n",
7003+
"We can recover the inverse relationship we encoded in the outcomes between job-satisfaction and the choice to stay. Similarly, this posterior predictive checks look sound. This is encouraging. \n",
70047004
"\n",
70057005
"The \"action\" in human decision making is often understood to be driven by these hard-to-quantify constructs that determine motivation. SEM with a discrete choice component offers us a way to model these processes, while allowing for measurement error between the observables and the latent drivers of choice. Secondly, we are triangulating the values of the system between two sources of observable data. On the one hand, we measure latent constructs in the SEM with a range of survey measures (`JW1`, `JW2`, ... ) but then calibrate the consequences of that measurement against revealed choice data. This is a powerful technique for abstracting over the expressed attitudes of rational agents, and deriving an interpretable representation of the latent attitude in their expressions. These representations are then further calibrated against the observed choices made by the agents. \n",
70067006
"\n",

examples/case_studies/bayesian_sem_workflow.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ axs[0].legend()
15181518
axs[1].legend();
15191519
```
15201520

1521-
We can recover the inverse relationship we encoded in the outcomes between job-satisfaction and the choice to stay. This is encouraging.
1521+
We can recover the inverse relationship we encoded in the outcomes between job-satisfaction and the choice to stay. Similarly, this posterior predictive checks look sound. This is encouraging.
15221522

15231523
The "action" in human decision making is often understood to be driven by these hard-to-quantify constructs that determine motivation. SEM with a discrete choice component offers us a way to model these processes, while allowing for measurement error between the observables and the latent drivers of choice. Secondly, we are triangulating the values of the system between two sources of observable data. On the one hand, we measure latent constructs in the SEM with a range of survey measures (`JW1`, `JW2`, ... ) but then calibrate the consequences of that measurement against revealed choice data. This is a powerful technique for abstracting over the expressed attitudes of rational agents, and deriving an interpretable representation of the latent attitude in their expressions. These representations are then further calibrated against the observed choices made by the agents.
15241524

0 commit comments

Comments
 (0)