DA2 formulas Flashcards
For mutually exclusive events, How do you work out probabilities?
P(b) + P(a) = 1 so use this to calculate all other probabilities
How do you calculate the total number of outcomes?
number of outcomes ^ (number of joint attempts)
E.g. 3 coins flipped, two outcomes means its 2^(3)
What does the addition rule state?
P(A/\B) = P(A) + P(B) - P(AUB) P(AUB) = P(A) + P(B) - P(A/\B)
What is the multiplication rule?
If events are independent:
P(A/\B) = P(A) * P(B)
What is the conditional probability formula?
P(B|A) = P(A/\B)/P(A)
What is the multiplication rule for dependent events?
P(A/\B) = P(A|B) * P(B) P(A/\B) = P(B|A) * P(A)
What is P(A/\B) for independent events?
P(A) * P(B)
What does Bayes theorem imply?
P(A|B) = P(A/\B)/P(B)
How do you calculate the variance of a rv?
Var(X) = (x-u)^2 * P(X)
How do you calculate the mean of a set of random variables?
- Take X * P(X) for all values
- Sum them
- That is Mean/E(X)
What is the formula for the probability function of a binomial distribution?
P(x) = nCx * (P)^x * (1-P)^n-x
- n = number of trials
- x = number of desired successes
- P = probability of single trial success
What is the formula for the probability of a Poisson distribution?
P(x) = (u^(x) * e^(-u))/X! Var(x) = u
How do you calculate the probability for any normally distributed variable? X~N(u,var^2)
- find x-u/var(x)
- Find that value on the statistical table