Notation and Terminology

SymbolDescription
X, Y, Zrandom variable; for noise variables, we use N, N_X, N_j, ...
xvalue of a random variable X
Pprobability measure
P_Xprobability distribution of X
X_1, ..., X_n iid ∼ P_Xan i.i.d. sample of size n; sample index is usually i
P(Y|X = x)conditional distribution of Y given X = x
P(Y|X)collection of P(Y|X = x) for all x; for short: conditional of Y given X
pdensity (either probability mass function or probability density function)
p_Xdensity of P_X
p(x)density of P_X evaluated at the point x
p(y|x)(conditional) density of P(Y|X = x) evaluated at y
E[X]expectation of X
var[X]variance of X
cov[X,Y]covariance of X, Y
X ⊥⊥ Yindependence between random variables X and Y
X ⊥⊥ Y | Zconditional independence
X = (X_1, ..., X_d)random vector of length d; dimension index is usually j
Cstructural causal model
P(Y_C; do(X := 3))intervention distribution
P(Y_C|Z = 2, X = 1; do(X := 3))counterfactual distribution
Ggraph
PA_G(X), DE_G(X), AN_G(X)parents, descendants, and ancestors of node X in graph G