6: Binomial & Poisson Distribution Flashcards
What is the formula for the probability of a successful outcome?
P (A) = M / N
Probability of event ‘A = Number of successful outcomes / Number of total outcomes
What are mutually exclusive and non-mutually exclusive events?
Mutually exclusive: Outcomes cannot occur at the same time
Non mutually exclusive: Outcomes can occur at the same time
What type of connective do mutually exclusive and non mutually exclusive events apply to?
‘or’
What is the formula for mutually exclusive events using the ‘or’ connective?
P (A or B) = P(A) + P(B)
What is the formula for NON mutually exclusive events using the ‘or’ connective?
P (A or B) = P(A) + P(B) - P(A and B)
What are independent and dependent events?
Independent: The outcome of one event does not effect the probability of another occurring
Dependent: Occurrence of one event effects the probability of another occurring
What is the formula for an independent event using the ‘and’ connective?
P (A and B) = P(A) * P(B)
What is the formula for a dependent event using the ‘and’ connective?
P (A and B) = P(A) * P(B/A)
P(B/A) = probability of B given A has occured.
What is the probability of an event, A, not occurring?
P(not A) = 1 - P(A)
Give an example for each of the following:
1) Mutually exclusive event (or)
2) Non mutually exclusive event (or)
3) Independent event (and)
4) Dependent event (and)
1) Tossing a coin
2) Drawing 1 card based on colour & suite
3) Rolling 2 dice
4) Drawing cards without replacement
What is the formula for the binomial coefficient?
What does each letter stand for?
^nCr = n! / (n-r)!*r
r = specified successes
n = number of independent identical trials
In binomial distributions, what is the formula for the probability of having exactly ‘r’ successes in a given number of trials?
P(r) = ^nCr * p^r * q^n-r
Where:
p = probability of success in a single trial
&
q = probability of failure in a single trial
What is the formula for ‘q’, the probability of failure in a single trial?
q = 1 - p
How would you calculate the probability of the following events in a sample of 6:
1) No successful events
2) 1 successful event
3) More than 4 successful events
4) At least 2 successful events (= 2 or more)
1) P(0)
2) P(1)
3) P(5) + P(6)
4) 1 - P(0) + P(1)
When should the binomial distribution be approximated by the Poisson probability distribution?
When n*p < 5