Probabilities Flashcards
basic probability rules (combining probabilities), probaility mass functions, odds ratio
What values can probabilities take?
Between 0 and 1
- Pr = 0 is impossible, will never happen
- Pr = 1 will definitely happen
What is the complement of an event F?
Pr(F bar) = 1 - F
What is the intersection of F and G?
- probability F and G both occur
- Pr(F∩G)
How is the intersection of F and G calculated when the two values are independant?
Pr(F∩G) = Pr(F) x Pr(G)
What is the union of F and G?
- either F or G occurs
Pr(F∪G) = Pr(F) + Pr(G) - Pr(F∩G)
What happens when F and G are mutually exclusive?
- F and G cannot occur together
- Pr(F∩G) = 0
What is conditional probability?
- Pr of F occuring given G
Pr(F | G) = Pr(F∩G) /Pr(G)
What is the equation for the Probability Mass Function?
Σ pr(x) = P(X=k) + P(X=k+1) + … + P(X=n) = 1
What is the expected value of X and the variance (notation)?
E(X) = Σ x pr(x) var(X) = E[x^2] - (E[x])^2
In the binomial distribution, what does a low probability of success mean? What happens when its 0.5?
p is low: expect right skewed
p = 0.5: expect symmetry
In the binomial distribution, what do p, x and n mean?
p - pr of success
x - x successes in a row
n - number of trials
What are the conditions for the Binomial Distribution?
- two outcomes (eg yes/no)
- fixed number of trials
- independant observations
- constant pr of success
How are the confidence intervals for a binomial distribution calculated?
“CI for a proportion” on formula list.
What do we need to be able to assume that estimates for a proportion are normally distributed?
Require large samples.
When can we not assume that proportions are normally distributed? What do we use to calculate confidence intervals in this case?
- when p is close to 0 or 1 (p < 0.05, p > 0.5)
- Wilson intervals are used instead