Special Distributions Flashcards
Describe Bernoulli trial
Discrete distribution with 2 outcomes. X=1 is success and X=0 is failure. Special case of binomial where n=1.
E(X) & V(X) for Bernoulli
E(X) = P V(X) = P(1 - P)
What is a binomial distribution?
Repeated applications of Bernoulli trial, where each individual has the same probability. It describes the number of success in n trials.
Formula for binomial distribution
X ~ B(n, p(success))
What is P(X) for binomial
P(X) = nCr x P^X x (1 - P)^(n - x)
E(X) and V(X) for binomial
E(X) = np V(X) = np(1-p)
What is a poison distribution? Discrete or continuous?
Number of occurrences of an event in a defined time interval. Discrete distribution.
What do we need for a Poisson distribution?
N to be large
Events in each period to be independent
What is E(X) and V(X) for poisson?
E(X) = V(X) = lambda ‘mean rate of occurrence / success in each interval’
What can we use as an approx to binomial? When?
Use poisson to approx binomial
Where n >50
P small p<0.1
Notation for uniform distribution
X ~ U(a, b)
What type of distribution is the uniform distribution?
Most basic continuous distribution, all values of X have an equal probability. Symmetric.
What is the PDF for uniform distribution?
f(X) = 1 / (b - a)
E(X) & V(X) for uniform distribution
E(X) = (b + a) / 2
V(X) = (b - a)^2 / 12
How to work out probabilities for uniform distribution
Integrate 1 / b - a w.r.t. X between the interval c and d
Or P(c < X < d) = d - c / b - a