Conditional Probability
Conditional probability is the probability of an event occurring given that another event has already occurred, forming the basis for Bayesian reasoning and many quant interview questions.
Expected value (EV) is the long-run average outcome of a random process, calculated by multiplying each possible outcome by its probability and summing the results. In quantitative trading, expected value is the core decision-making framework: a trade is worth taking if and only if its expected value is positive after accounting for transaction costs and risk.
Expected value (EV) is the single most important concept in quantitative finance and probability theory. It is the probability-weighted average of all possible outcomes β the number you would converge to if you could repeat the same random event an infinite number of times.
The concept is intuitive. If you flip a fair coin and win $10 on heads but lose $6 on tails, the expected value is:
EV = 0.5 × $10 + 0.5 × (-$6) = $5 - $3 = +$2
On average, you make $2 per flip. You won't make exactly $2 on any individual flip β you'll either gain $10 or lose $6 β but over hundreds of flips, your average gain will converge to $2. This convergence is guaranteed by the Law of Large Numbers.
In trading, every decision can be framed as an expected value calculation. Should you take a position? What is the expected profit of a trade after accounting for the probability of winning, the magnitude of wins and losses, and transaction costs? Quant traders think in terms of EV constantly β it is the lens through which every opportunity is evaluated.
For a discrete random variable X with possible outcomes x1, x2, ..., xn and corresponding probabilities p1, p2, ..., pn:
E[X] = ∑ pi × xi = p1x1 + p2x2 + ... + pnxn
For a continuous random variable with probability density function f(x):
E[X] = ∫ x · f(x) dx
Key properties of expected value:
Linearity of expectation is one of the most powerful tools in probability β it allows you to break complex problems into simpler pieces. For example, the expected number of fixed points in a random permutation of n items is simply n × (1/n) = 1, by linearity, regardless of the complex dependencies between positions.
Mock interviews, resume guides, and 500+ practice questions β straight to your inbox.
Example 1 β Trading decision:
You're considering a trade with a 60% chance of making $500 and a 40% chance of losing $400. Transaction costs are $20.
EV = 0.60 × $500 + 0.40 × (-$400) - $20 = $300 - $160 - $20 = +$120
The trade has positive expected value, so it's worth taking (assuming you can handle the variance).
Example 2 β The St. Petersburg paradox:
A casino offers a game: flip a fair coin until it lands tails. If tails appears on flip n, you win $2n. So: heads-tails pays $4, heads-heads-tails pays $8, etc. How much would you pay to play?
EV = ∑n=1∞ (1/2n) × 2n = ∑ 1 = ∞
The expected value is infinite! Yet no rational person would pay $1,000 to play. This paradox illustrates that expected value alone is insufficient for decision-making β you must also consider variance and the diminishing utility of wealth. The Kelly criterion resolves this by maximizing the expected logarithm of wealth rather than expected wealth.
Example 3 β Interview-style question:
You roll two fair dice. What is the expected value of their sum?
By linearity: E[D1 + D2] = E[D1] + E[D2] = 3.5 + 3.5 = 7
Want personalized guidance from a quant?
Speak with a quant trader or researcher whoβs worked at a top firm.
Book a Free ConsultExpected value is the foundation of every trading decision at a quant firm:
Expected value for a discrete random variable: the sum of each outcome multiplied by its probability.
Linearity of expectation β holds regardless of whether X and Y are independent. One of the most powerful tools in probability.
Expected value is tested in virtually every quant trading interview. Firms like Jane Street, SIG, Optiver, and Citadel use EV problems to assess whether candidates think probabilistically. Mastering EV calculations β including conditional expectations and linearity of expectation β is non-negotiable for quant roles.
See our Jane Street interview questions for real EV problems. Book a free consultation to assess your probability readiness.
Conditional probability is the probability of an event occurring given that another event has already occurred, forming the basis for Bayesian reasoning and many quant interview questions.
Bayes' theorem provides a mathematical framework for updating the probability of a hypothesis as new evidence becomes available, making it central to both quant interviews and trading decision-making.
The Kelly criterion is a mathematical formula that determines the optimal fraction of capital to risk on a bet or trade, maximizing long-term geometric growth while managing the risk of ruin.
The Law of Large Numbers states that as the number of trials increases, the sample average converges to the expected value β the mathematical justification for why systematic trading works.
A trade with positive expected value (positive EV or +EV) means that, on average, you make money if you repeat the trade many times. It means the probability-weighted gains exceed the probability-weighted losses plus transaction costs. In quant trading, only +EV trades are worth taking. However, +EV is necessary but not sufficient β you also need to consider variance, tail risk, and position sizing.
Expected value is the theoretical long-run average β what you'd get if you could repeat the process infinitely. The sample average (mean of observed results) converges to the expected value as the sample size grows, by the Law of Large Numbers. For small samples, the average can deviate significantly from the expected value due to randomness.
Linearity of expectation β E[X+Y] = E[X] + E[Y] regardless of dependence β is incredibly powerful because it allows you to break complex problems into simple pieces. For example, the expected number of 'heads' in 100 coin flips is simply 100 Γ 0.5 = 50, even though the individual flips are random. This property makes many seemingly hard probability problems tractable and is heavily tested in quant interviews.
In options trading, the fair price of an option under risk-neutral pricing is the expected value of its discounted payoff. For a call option: C = e^(-rT) Γ E[max(S_T - K, 0)]. Options market makers use expected value to determine fair quotes and to evaluate whether the market price of an option offers a profitable trading opportunity relative to their model's expected value.
Our bootcamp covers probability, statistics, trading intuition, and 500+ real interview questions from top quant firms.
Book a Free Consult