Probability Distributions Flashcards
(45 cards)
Measures of central tendency
- mean
- weighted mean
- mode
- midrange
- median
- modal class
Measures of spread
- range
- interquartile range
- standard dev
- variance
Measures of position
- median
- quartiles
Standard dev formula
Root : Sxx/n-1
Expectation of DRV
E(X) = Sum of r * P(X=r)
Variance of DRV
Var(X) = E(X2) - (E(X)) 2
Another method for var of DRV
Var(X) = (r-U)2 * P(X=r)
Expectation: general results
- E(aX+b) = aE(X) + b
- E(cX) = cE(X)
- E(d) = d
Variance: general results
Var(aX) = a2 Var(X)
Var (aX+b) = a2 Var(X)
Var (c) = 0
Standard dev: general results
- if (X) turns into (aX) = variance increases by a2 but standard dev increases by sf of only a
Combining: general results
E (X1 + X2) = E(X1) + E(X2)
E (X1 - X2) = E(X1) - E(X2)
Var (X1 + X2) = Var(X1) + Var(X2)
Var (X1 - X2) = Var(X1) + Var(X2)
Linear combinations
E(aX+bY) = aE(X) + bE(Y)
Var(aX+bY) = a2 Var(X) + b2 Var(Y)
Binomial distribution formula
P(X=r) = nCr * (p)r * (q)1-r
Binomial E(X) and Var(X)
E(X) = np
Var(X) = npq
When is binomial used
- fixed number of trials (n)
- each trial can be classified as a success or failure
- independent events
- same prob of success (p)
Poisson distribution formula
P(X=r) = (e-λ * λr )/r!
Poisson E(X) and Var(X)
- given in the question and must change when given a different time interval
When is poisson used
- variable occurs in a fixed interval of time or space
- occurs randomly
- events occur independently of each other
- mean number of times occurring is same in each interval
If λ small..
Has a positive skew and as λ increases, becomes more symmetrical
Sum of Poisson distribution
- assuming two events are independent, T = X + Y
Where = P(T=r) = P(X=r) + P(Y=r) where T = λ1 + λ2
Links between poisson and binomial
- when n very large and p small - can be used interchangeably and have similar results
Uniform distribution
1/n
Uniform E and Var
E(X) = n+1/2
Var(X) = n2 -1 /12
Uniform formulas…
Can only be used if k starts with 1