Bayes’ formula

PrepNuggets

Formula that describes how to update the probability of an event given that another event (info) has occured.

P(Event | Info) = P(Info | Event) x P(Event) / P(Info)