What is Prior Probability

Prior probability, in Bayesian statistical inference, is the probability of an event before new data is collected. This is the best rational assessment of the probability of an outcome based on the current knowledge before an experiment is performed.

BREAKING DOWN Prior Probability

The prior probability of an event will be revised as new data or information becomes available, to produce a more accurate measure of a potential outcome. That revised probability becomes the posterior probability, and is calculated using Bayes' theorem. In statistical terms, the posterior probability is the probability of event A occurring given that event B has occurred.

For example, three acres of land have the labels A, B and C. One acre has reserves of oil below its surface, while the other two do not. The prior probability of oil being found on acre C is one third, or 0.333. But if a drilling test is conducted on acre B, and the results indicate that no oil is present at the location, then the posterior probability of oil being found on acres A and C become 0.5, as each acre has one out of two chances.

Baye’s theorem is a very common and fundamental theorem used in data mining and machine learning.

Formula for calculating prior probability.

P(A) is the prior probability of A occurring

P(A|B) is the conditional probability of A given that B occurs. This is the posterior probability due to its variable dependency on B. This assumes that the A is not independent of B.

P(B|A) is the conditional probability of B given that A occurs.

P(B) is the probability of B occurring.

If we are interested in the probability of an event of which we have prior observations; we call this the prior probability. We'll deem this event A, and its probability P(A). If there is a second event that affects P(A), which we'll call event B, then we want to know what the probability of A is given B has occurred. In probabilistic notation, this is P(A|B), and is known as posterior probability or revised probability. This is because it has occurred after the original event, hence the post in posterior. This is how Baye’s theorem uniquely allows us to update our previous beliefs with new information. To see how the Bayesian method can be incorporated into financial modeling, read Financial Forecasting: The Bayesian Method