Skip to main content

TL;DR

The updated probability of a hypothesis after observing data, computed via Bayes' theorem: \( P(H|D) = \frac{P(D|H)P(H)}{P(D)} \).

By Valenke Exam Prep Team·Last updated 2026-06-03

Posterior Probability

The updated probability of a hypothesis after observing data, computed via Bayes' theorem: \( P(H|D) = \frac{P(D|H)P(H)}{P(D)} \).

Why it matters for interviews

Posterior computation is the core of Bayesian decision-making in trading -- updating views on market regimes, model parameters, or signal reliability as new data arrives.

Definition and Mathematical Foundation

The updated probability of a hypothesis after observing data, computed via Bayes' theorem: \( P(H|D) = \frac{P(D|H)P(H)}{P(D)} \).

Application in Quantitative Finance

Posterior computation is the core of Bayesian decision-making in trading -- updating views on market regimes, model parameters, or signal reliability as new data arrives.

Related Concepts

Related Terms

Ready to practice for the Quant Trading Interview?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →

Frequently Asked Questions

What is the MAP estimate?
Maximum A Posteriori (MAP) selects the parameter value that maximizes the posterior distribution. It is a point estimate that incorporates prior information, unlike MLE which only uses the likelihood.
How does the posterior differ from the likelihood?
The likelihood \( P(D|H) \) measures how well the data supports each hypothesis. The posterior \( P(H|D) \) additionally incorporates prior beliefs and normalizes to a proper probability distribution over hypotheses.
Can posteriors be computed analytically?
Only with conjugate priors. In general, posteriors require numerical methods like MCMC (Markov Chain Monte Carlo) or variational inference for approximation.