Binomial distribution description
Bin(n, p)
Models the number of successes in n independent trials where p is the probability of success.
Negative binomial distribution description
NBin(r, p)
Poisson distribution description
Poi(λ)
Normal distribution
Central Limit Theorem
by the Central Limit Theorem, the distribution of the average, X_bar, of a large sample of iid random variables with finite mean, μ, and finite variance, σ², is Normally distributed.
~ N ( μ , σ²/n )
2 Tests for normality
- Jarque-Bera test
Generalised student’s t-distribution
Lognormal distribution
Wald (or inverse Gaussian) distribution
Chi-square distribution
Exponential Distribution
Gamma Distribution
Generalised Inverse Gamma distribution
Pareto distribution
Generalised Pareto Distribution
Flexible distribution used in extreme value theory
Triangular Distribution
Useful when the following limited data is available:
Multivariate Distribution
A way of modelling several random variables at once
Multivariate Normal Distribution
A column vector random variable, X, has a multivariate normal distribution if X = α + CZ where
2 Useful tests for testing whether observations are from a multivariate normal distribution
- Mardia’s test, based on the Mahanalobis angle
2 Common approaches for generating correlated multivariate normal random variables
- Principle components
Cholesky decomposition
A way of “square-rooting” a matrix.
It is used to derive the matrix C, such that CC’ = Σ.
If a vector, Z of iid standard normal random variables is generated, then a vector, X, of correlated normal random variables can be generated as X = μ + CZ where μ is the vector of means.
Principal Component Analysis
a.k.a. eigenvalue decomposition
Provides a way of decomposing the covariance matrix, Σ, as Σ = VΛV’ where Λ is the diagonal matrix of eigenvalues and V is the matrix of corresponding eigenvectors.
Each pair consisting of an eigenvalue and its corresponding eigenvector is called a principal component. These can be derived iteratively.
List 2 univariate discrete distributions
- the Poisson distribution
List 2 univariate continuous distributions taking values from -∞ to + ∞, and a variation of each