1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
nCr
how to find most combinations from a set of items where order doesn't matter (same values cant be paired multiple times)
nPr
how to find most combinations from a set of items where order does matter
BINS
Binary, Independent, Number of trials are discrete, Same probability
Binomial PDF
Probability of getting x number of successes given a discrete number of trials
Binomial CDF
Probability of getting at most X amount of successes
Identifying Independant Variables
if P(A) = P(A|B)
P(A|B)
P(A∩B) / P(B)
P(A∩B)
P(A) * P(B|A)
P(A∪B)
P(A) + P(B) - P(A∩B)