3-probability Flashcards
What is bayes rule?
P(A | B) = P(B | A) * P(A) / P(B)
What is posterior probability?
P(A | B)
Degree of belief of A, having accounted for B
What is prior probability?
P(A)
Initial degree in the belief of A
The probability of A occurring, given no additional knowledge about A
What is likelihood?
P(B)
The support B provides A
What are the parameters of gaussian distribution?
mu = mean
sigma = standard deviation
What is the probability P of an event with probability p occurring exactly m out of n times?
(n choose m) * p^m *(1-p)^(n-m)
What is multinomial distribution?
Multinomial distribution models the probability of counts of different events from a series of independent trials with more than two possible outcomes
What is categorical distribution?
Categorical distribution models the probability of events resulting from a single trial
What is marginilisation?
When we want to assess the probability of an event A, irrespective of the outcome of another event B
P(A) = Sum over B (P(A, B = b))
What is maximum likelihood estimate?
When a parameter is chosen to maximise the probability of observed data, i.e. maximise theta
argmax over theta (P(X;theta;N))
What is maximum a posteriori estimate?
Modifying the maximum likelihood estimate by multiplying by the prior belief of theta
argmax over theta (P(theta)*P(X|theta))