Topic 6: Sampling Data Flashcards
Explain The Prosecutor’s Fallacy
The Prosecutor’s Fallacy happens when it is assumed that the probability of innocence given that the evidence matches is equal to the probability of evidence matches given the innocence.
Actually, it is not equal.
Explain chance and sample space
- Chance is the probability of an event is likely to occur if the process if repeated on long term.
- Sample space is ALL the possible outcomes of an event
Explain conditional probability
- Conditional probability is the chance that an event occurs given that another event has occured.
Explain independence, dependence, and how multiplication principle is applied in both cases
- Independence is when the occurence of event 1 doesn’t change the chance of event 2
+ P(event 2|event 1) = P(event 2)
+ sampling with replacement - Dependence is when the occurence of event 2 is dependent on event 1
+ sampling without replacement - Multiplication principle is applied when both events occur
+ Indepedent: P(event 1)P(event 2)
+ Dependent: P(event 1)P(event 2|event 1)
Explain mutually exclusive events and how additional principle is applied
- 2 events are mutually exclusive is when the occurence of 1 event PREVENTS the occurence of the other one.
- Additional principle is applied when at least 1 of 2 events occur
+ P(at least 1 of 2 events occur) = P(event 1) + P(event 2)
When is factorial used?
Factorial is used to figure out the number of ways arranging n distinct objects in a row
What is binomial coefficient?
Binomial coefficients calculate the number of ways arranging n objects of 2 types (x and n-x) in a row.
Or the number of ways we can pick a combination of x objects out of n objects
\binom {n}{k}=\frac {n!}{k!(n-k)!}
What is binary trial?
Binary trial is when ONLY 2 outcomes/things can occue
P(event) = p and P(not event) = 1-p
Describe the binomial theorem
Binomial Theorem is the probability of exactly x events occur in n independent, binary trials given the probability of event occuring is p
(n chooses x)p^x(1-p)^(n-x)