Specific realized values of the corresponding random variables
X,Y
Alphabets or supports of random variables; for example, x∈X
x,y
Vectors (bold lowercase); e.g. x∈Rd
X
A matrix (bold uppercase); e.g. design matrix X∈RN×d
Probability
Symbol
Meaning
PX
Probability distribution, or law, of the random variable X
pX(x)=Pr(X=x)
PMF of a discrete random variable X, evaluated at the realization x
fX(x)
PDF of a continuous random variable X, evaluated at x
pX,Y(x,y)
Joint PMF of discrete random variables (X,Y), evaluated at (x,y)
pY∣X(y∣x)
Conditional PMF of Y=y given the event X=x
PY∣X
Conditional distribution of the random variable Y given X
pX(x)
Joint PMF/PDF of a random vector X, evaluated at x
pθ(x)
Parametric PMF/PDF evaluated at x, with parameter θ
pθ(x∣y)
Parametric conditional PMF/PDF evaluated at (x,y)
When the associated random variables are obvious, subscripts may be suppressed for readability: pX(x) becomes p(x) and pY∣X(y∣x) becomes p(y∣x). Uppercase arguments such as pX(X) denote the PMF evaluated at the random outcome X and therefore produce a random variable.
Datasets and Expectations
Symbol
Meaning
D={x(1),…,x(N)}
Dataset containing N realized samples
X(i)∼i.i.d.PX
Random samples drawn independently from the same distribution
EX∼PX[g(X)]
Expectation of the random variable g(X) under PX
Ex∼pdata[g(x)]
Common machine-learning shorthand for an expectation over data realizations
Common Distributions
Symbol
Meaning
N(μ,σ2)
Univariate Gaussian with mean μ and variance σ2
N(μ,Σ)
Multivariate Gaussian with mean μ and covariance Σ
N(0,I)
Standard multivariate Gaussian (zero mean, identity covariance)