binomial distribution
fixed number, N, of Bernoulli trials, with random variable X = # of successes after the N trials
geometric distribution
infinite number of Bernoulli trials, with random variable X = # of trials until 1st success
(this is a kind of discrete exponential distribution)
negative binomial
infinite number of Bernoulli trials, with random variable X = # of trials until r successes
hypergeometric
N items, with r<=N being a certain kind; choose n<=N items without replacement; random variable X = # of items of type r being in that sample of n
(eg fish stocking experiment, distribution of tagged catch proportions)
Poisson distribution
“chained” iid exponential distributions, in a fixed space or time interval s; random variable X = number of events in s (one of the two main distributions associated with Poisson process)
multinomial distribution
fixed number, N, of multinomial trials, with probability of items 1 thru k being p1,…,pk, random variable X = a fixed event count tuple for items 1 thru k
uniform distribution
exponential distribution
continuous pdf, of type L exp(-L x), on [0,inf)
mean=1/L; var=1/L^2
has the memoryless property–P(X>=x) is again an exponential distribution with parameter L (renormalizing)
gamma distribution
“chained” iid exponential distributions; assuming r events, random variable X = length of time (or distance) for the rth event to occur (one of two main distros associated with Poisson process)
Weibull distribution
models a broad range of random variables, largely of the nature of a time to failure or time between events
a L^a x^{a-1} exp(-(Lx)^a)
beta distribution
used to model proportions
related to binomial distribution–the beta distribution has the number of successes as a parameter, and the (binomial) “probability” (or proportion of successes) as the random variable (Beta can be considered a conjugate prior to binomial, among others)
(Gam(a+b)/(Gam(a)Gam(b))) x^{a-1} (1-x)^{b-1}
normal distribution
lognormal distribution
Chi-squared distribution
given iid X_i ~ N(0,1), random variable Y=X_1^2+…+X_k^2 has a Chi-square distribution with k degrees of freedom
Student’s t-distribution
F-distribution
X_v1^2/v1 / X_v2^2/v2
each X_vi is an independent Chi-square distribution with vi degrees of freedom
comes up in eg computation of t-distribution’s pdf
central limit theorem
the average of a set of n iid random variables converges to N(mu,sig^2 / n) in n
for similar theorems for linear combinations of iid, or even just independent variables, see Lindberg
Poisson process
a discrete stochastic process, amounting to a series of events with identical exponential distributions
has two common distributions associated with it, the Poisson distribution, and the Gamma distribution