Skip to content

Commit 2247d19

Browse files
committed
add pearl reference
Signed-off-by: Nathaniel <[email protected]>
1 parent eb4ed98 commit 2247d19

File tree

3 files changed

+1303
-1291
lines changed

3 files changed

+1303
-1291
lines changed

examples/case_studies/CFA_SEM.ipynb

Lines changed: 1293 additions & 1290 deletions
Large diffs are not rendered by default.

examples/case_studies/CFA_SEM.myst.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ kernelspec:
2121

2222
+++
2323

24-
In the psychometrics literature the data is often derived from a strategically constructed survey aimed at a particular target phenomena. Some intuited, but not yet measured, concept that arguably plays a role in human action, motivation or sentiment. The relative “fuzziness” of the subject matter in psychometrics has had a catalyzing effect on the methodological rigour sought in the science.
24+
> "Evidently, the notions of relevance and dependence are far more basic to human reasoning than the numerical values attached to probability judgments...the language used for representing probabilistic information should allow assertions about dependency relationships to be expressed qualitatively, directly, and explicitly" - Pearl in _Probabilistic Reasoning in Intelligent Systems_ {cite:t}`pearl1985prob`
25+
26+
Measurement data is psychometrics is often derived from a strategically constructed survey aimed at a particular target phenomena. Some intuited, but not yet measured, concept that arguably plays a determining role in human action, motivation or sentiment. The relative “fuzziness” of the subject matter in psychometrics has had a catalyzing effect on the methodological rigour sought in the science.
2527

2628
Survey designs are agonized over for correct tone and rhythm of sentence structure. Measurement scales are doubly checked for reliability and correctness. The literature is consulted and questions are refined. Analysis steps are justified and tested under a wealth of modelling routines. Model architectures are defined and refined to better express the hypothesized structures in the data-generating process. We will see how such due diligence leads to powerful and expressive models that grant us tractability on thorny questions of human affect.
2729

@@ -594,6 +596,7 @@ def make_factor_loadings_df(idata):
594596
return factor_loadings
595597
596598
599+
pd.set_option("display.max_colwidth", 15)
597600
factor_loadings = make_factor_loadings_df(idata_mm)
598601
num_cols = [c for c in factor_loadings.columns if not c in ["factor_loading", "factor"]]
599602
factor_loadings.style.format("{:.2f}", subset=num_cols).background_gradient(

examples/references.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,12 @@ @unpublished{padonou2015polar
627627
month = Feb,
628628
pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP_CircularDomains.pdf}
629629
}
630+
@book{pearl1985prob,
631+
title = {Probabilistic Reasoning in Intelligent Systems: Networks of plausible Inference},
632+
author = {Pearl, Judea},
633+
publisher = {Morgan Kaufman},
634+
year = {1985}
635+
}
630636
@book{pearl2000causality,
631637
title = {Causality: Models, reasoning and inference},
632638
author = {Pearl, Judea},

0 commit comments

Comments
 (0)