Cheat Sheet
Mathematical Notations
- Scalar: Non-bold lower case letter. Example
- Column vector: Bold lower case letter. Example
- Matrix: Upper case letter. Example
- A set of scalars/vectors: Curly brackets. Example , or
- An element of a vector, a matrix or a set: Subscript index. Example or
- The value in an iterative process: Superscript index in parentheses. Example
Probability Notations
- A single random sample:
- A random variable (RV): (usually shorten to . Note that capital letters are also used for matrices)
- A realization of an RV:
- The probability of an event
- Probability Mass Function (PMF): (for a discrete RV)
- Cumulative Distribution Function (CDF):
- Probability Density Function (PDF): define by
Common notation to describe a dataset:
- - The number of samples in a dataset.
- The dimension of the data.
- - A vector of measured values related to a single sample.
- - The set of measurements in a dataset.
- - The matrix of measurements .
(Note that is also sometime used as the random variable generating ).
- - The -th element of the -th measurement (which is the -th element of the matrix ).
- - The set of labels in a dataset.
- - the vector of labels .
- - The -th label (which is the -th element of the vector ).