Statistics Formulas Flashcards
Memorize formulas
What is P(A U B)?
The probability of A or B occurring. It equals P(A) + P(B).
How do you test if A and B are disjoint?
P(A U B) = P(A) + P(B)
What is P(A ∩ B)?
The probability of A and B occurring. It equals P(A) * P(B).
P(A’) = P(A^c) = ? and what is it?
The complement rule. It is used for finding the opposite of the question - i.e. if the question is asking for the probability of not rolling a 5, the complement rule is used to find the probability of rolling a 5.
P(A’) = 1 - P(A)
What is independence?
Independence means that events do not affect each other. For example, hair color and nail length.
P(A | B) is?
P(A | B) means the probability of A given B. This also means that A and B are not independent, as they affect each other. P(A | B) = P(B ∩ A) / P(B)
If A and B are independent, how does P(A | B) work?
If events A and B are independent, then P(A | B) = P(A) and P(B | A) = P(B). Then you would just do P(A ∩ B) or P(A) * P(B).
What are the General Multiplication Rules for 2 non-independent events?
P(A ∩ B) = P(A) * P(B | A)
P(B | A) = P(A ∩ B) / P(A)
What are the 4 conditions for a Binomial Setting?
1) There are a fixed number N of trials.
2) Each trial is independent.
3) Each trial results in success of failure.
4) The probability of success, P, is constant.
For example, we roll a die 4 times. What is the probability that we get a ‘6’ exactly 3 times?
How do you find the mean and standard deviation of binomial distributions?
m = np and S = sqrt(np(1-p)), where n is the number of trials and p is the probability of success.
What is the formula for solving binomial distribution problems?
P(X) = C*p^x * (1-p)^n-x
C is the Binomial Random Variable which equals to n!/x!(n-x)!. It’s easier to just use NCR on a calculator.
What are the 4 conditions for a geometric setting?
1) Each trial n results in success or failure.
2) Trials are independent.
3) The probability of success, P, is constant
4) The variable of interest is the number of trials required to obtain the first success.
For example, you roll a die until a 3 occurs. You want to know the probability that the 3 occurs on the third roll.
What is the formula for solving geometric distribution problems?
P(X=n) = (1-p)^3-1 * p
How do you find the mean and standard deviation for geometric distributions?
m = 1/p S = sqrt((1-p) / p^2)