E(X) = mean = μ = ∑xP(X=x)
Var(X) = σ^2 = square of standard deviation Var(X) = E(X-E(X))^2) = the mean of the differences between the values and the mean all squared Var(X) = E(X^2) - (E(X))^2 = the mean of the squares minus the square of the means
E(g(X)) = ∑g(X)P(X=x) E(aX+b) = aE(X) + b
Y = X/50 -3 X = 50Y + 150 E(X) = E(50Y + 150) = 50E(Y) + 150 = 50*5.1 +150 = 405
Var(Y) = a^2Var(X)
Var(Y) = (1/50)^2Var(X) Var(X) = 2500*Var(Y) = 6250
E(X+Y) = E(X) + E(Y)
X ∼ Po (λ) per unit time/space, where λ is the rate
P(X=x) = ((e^-λ)*λ^x)/x!
Independent
Rare/occur singly in time or space
Constant rate - mean number proportional to given interval
X + Y ∼ Po(λ + μ)
E(X) = Var(X) = λ
X ∼ B (n, p)
X ∼ Po (λ) where λ = np
Because E(X) = np (binomial) = λ (poisson)
Var(X) = np(1-p) (binomial) = λ (poisson)
λ is defined as np (so 1-p ≈ 1 ∴ p must be small)
Conditions = large n, small p
X ∼ Geo (p), where p is the probability of success and X is the number of trials needed to get one success.
P(X=x) = p(1-p)^(x-1)
Constant probability of success
Independent trials
a = 1st term = p r = common ratio = 1-p = q Sn = sum to n terms = a(1-r^n)/(1-r) so P(X<=x) = 1 - (1-p)^x
P(X<=x) = 1 - (1-p)^x
P(X>x) = (1-p)^x
P(X>=x) = (1-p)^(x-1)
P(X
E(X) = 1/p Var(X) = (1-p)/p^2
X ∼ NB (r, p), where r is the number of successes, p is the fixed probability of success and X is the number of trials
(x-1)C(r-1) * (p^r)((1-p)^x-r)
The probability of r-1 successes in x-1 trials (binomial section where n= x-1, p=p and value entered = r-1) * probability of success in xth trial
E(X) = r/p Var(X) = r(1-p)/p^2