probability and probability distribution Flashcards
what is the frequentist view ?
the proportion of trials in which an outcome occurs, calculated as the no of trials approaches infinity
what is the subjective view ?
someones subjective belief about somethings likelihood. however, adjusted in light of evidence.
what is an axiomatic approach ?
where you ignore the actual problem and just examine the numbers. there is no mention if fairness
define these probability question terms
a. experiment
b. sample space
c. trial
d. event
a. an activity with a range of outcomes
b. all possible outcomes
c. a single performance of the experiment
d. one of the possible outcomes
what is the complement of P(A) ?
P(not A)
what are the basic rules of probability ?
0 < P(X) < 1
sum of P = 1, for all outcomes
P(not A) = 1 - P(A)
P(A or B) = P(A) + P(B)
P (A and B) = P(A) x P(B)
what is the notation for
a. P(A or B)
b. P(A and B)
a. P(AUB)
b. P(ANB)
what does mutually exclusive mean ?
two events cannot happen simultaneously
e.g. a marble cannot be square and round
what are independent variables ?
when the first event has no effect on the second event’s probability.
what are dependent variables ?
when the first event has an effect on the second event’s probability.
when events A and B are not mutually exclusive, how do you calculate P(AUB) ?
P(A) + P(B) - P(ANB)
what is
a. marginal probability
b. union probability
c. joint probability
d. conditional probability
a. just plain probability of one event by itself P(A)
b. P(AUB)
c. P(ANB)
d. the probability of one event given that another event has already happened P(A|B)
how do you calculate conditional probability ?
P(A|B) = P(ANB)/P(B)
how can you tell if two events are independent ?
rearrange the conditional probability equation to :
P(ANB) = P(A) . P(A|B)
and the two event are only equal when this is true
to do combination probability we must be able to count the number of outcomes. what are the two types of combination probability, and what do they mean ?
- combination - order of elements in outcomes doesn’t matter
- permutation - order of elements in outcome does matter
how do you calculate the number of : ( combinations with replacement ) ?
N^r
n = number of options of elements r = number chosen
how do you calculate the number of : ( combinations without replacement ) ?
nPr = n! / (n-r)!
n = number of options of elements r = number chosen
how do you calculate the number of : ( permutations with replacement ) ?
nCr = (r + n - 1)! / (r)! . (n -1)!
n = number of options of elements r = number chosen