Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Symbols

log(x)\log(x) Natural logarithm of x

x,y\mathbf{x, y} Vectors are bold lowercase, thus we write a column vector as x=[x1,,xn]T\mathbf{x}=[x_1,\dots,x_n]^T

X,Y\mathbf{X, Y} Matrices are bold uppercase

X,YX, Y Random variables are specified as upper case Roman letters

θ\boldsymbol{\theta} Greek lowercase characters are generally used for model parameters.

θ^\hat \theta Point estimate of θ\boldsymbol{\theta}

E[XY]\mathbb{E}[X|Y] Expectation of XX with respect to YY

var[XY]\textrm{var}[X|Y] Variance of XX with respect to YY

cov[X,Y]\textrm{cov}[X,Y] Covariance matrix of XX and YY

XpX \sim p Random variable XX is distributed as p

p()p(\cdot) Probability density or probability mass function

p(yx)p(y \mid \boldsymbol{x}) Probability (density) of yy given x\boldsymbol{x}.

N(μ,σ2)\mathcal{N}(\mu, \sigma^2) A Gaussian (or normal) distribution with mean μ\mu and standard deviation σ\sigma

KL(pq)\mathbb{KL}(p \parallel q) Kullback-Leibler divergence from pp to qq