REQ READING Vocabulary – Learning Cause-Effect Models (Chapter 4 excerpts)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

Collection of vocabulary flashcards covering key concepts, methods, statistics, and software tools mentioned in the lecture segment on methods for identifying causal direction and structure.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Hilbert-Schmidt Independence Criterion (HSIC)

A kernel–based statistic that measures statistical dependence between two variables and is often used to test independence in causal discovery.

2
New cards

Additive Noise Model (ANM)

A causal model of the form Y = f(X)+N where the noise N is statistically independent of the cause X.

3
New cards

Nonlinear Regression Model

A regression framework where the conditional mean E[Y|X] is described by an arbitrary nonlinear function f(X).

4
New cards

Post-Nonlinear Model

A causal model Y = g(f(X)+N) in which a nonlinear distortion g is applied after an additive noise component.

5
New cards

Maximum-Likelihood-Based Approach (for causal direction)

Method that distinguishes X→Y from Y→X by comparing the likelihoods obtained after fitting regression models in both directions.

6
New cards

Residuals

The differences between observed responses and the fitted regression values; used here to compute likelihood scores and independence tests.

7
New cards

Likelihood Score L_{X→Y}

Measure −log var(X) − log var(R_Y) derived from residual variances to compare causal directions under Gaussian noise assumptions.

8
New cards

Differential Entropy

A continuous analogue of Shannon entropy, used to replace log-variance in likelihood scores when noise is non-Gaussian.

9
New cards

dHSIC (R package)

Software providing the function dhsic.test, an implementation of HSIC-based independence testing.

10
New cards

mgcv (R package)

R package implementing generalized additive models (GAM); used for nonlinear regressions in causal discovery code examples.

11
New cards

gam() Function

Function from mgcv that fits generalized additive models; used to model nonlinear relationships when computing residuals.

12
New cards

Independence Test

Statistical test (e.g., HSIC) used to decide whether residuals are independent of predictors, a key step in ANM orientation.

13
New cards

Information-Geometric Causal Inference (IGCI)

Method that infers causal direction between two variables by exploiting geometric properties of their distributions without noise modelling.

14
New cards

Estimator (\hat C_{X→Y})

Empirical quantity in IGCI computed from ordered data to compare complexity measures in both directions.

15
New cards

Slope-Based Approach (IGCI)

IGCI variant using log-slope averages to decide causal direction from independent mechanism principle.

16
New cards

Entropy-Based Approach (IGCI)

IGCI variant that compares differential entropies H(X) and H(Y); the variable with larger entropy is inferred as the cause.

17
New cards

Differential Shannon Entropy

Integral H(X)=−∫p(x)log p(x)dx measuring uncertainty of continuous variables, used in IGCI.

18
New cards

Trace Method

Causal orientation technique for high-dimensional linear relations that uses traces of covariance and structure matrices.

19
New cards

Tracial Dependency Ratio r_{X→Y}

Statistic t(AY SXX AY^T) / [ t(AY AY^T) t(SXX) ] whose closeness to 1 indicates causal plausibility in the trace method.

20
New cards

Free Probability Theory

Mathematical framework for describing asymptotics of large random matrices; used to extend the trace method to sample-poor, high-dimensional regimes.

21
New cards

Random Orthogonal Map

Rotation used in simulations to enforce independence between structure matrix A and covariance S_XX when assessing significance in the trace method.

22
New cards

Supervised Causal Learning

Approach that treats causal direction identification as a classification task trained on labeled cause-effect data sets.

23
New cards

Cause-Effect Pairs Database

Public repository of real-world variable pairs with known causal directions, used for benchmarking causal discovery methods.

24
New cards

Hand-Crafted Features (for causal classifiers)

Manually designed statistics (e.g., entropy of residuals) extracted from data sets to train direction classifiers.

25
New cards

Residual Entropy Feature

Entropy of regression residuals used as an input feature in supervised causal learning; relates to ANM scores.

26
New cards

Reproducing Kernel Hilbert Space (RKHS)

Functional space associated with a kernel; empirical distributions mapped here enable kernel classifiers for causal orientation.

27
New cards

Kernel Mean Embedding

Representation of a distribution as the RKHS mean; foundation for mapping whole data sets into feature space in causal classification.

28
New cards

Time-Series Reversal Classification

Technique similar to causal direction classification, used to decide whether a time series has been reversed in time.

29
New cards

Identifiability

Property that the true causal direction can be recovered uniquely (up to errors) from the joint distribution under model assumptions.

30
New cards

Additive Gaussian Error Terms

Assumption that noise variables in an SCM follow independent Gaussian distributions; simplifies likelihood comparisons.