FVN Research
Methods & Concepts · Quant Concept

Quant Concepts

Every trading signal is a conditional expectation problem.

Quant Concepts

Expected Value: The Base Object

Expected value is the weighted average of possible outcomes.
02
01
Core
Explanation

Before a trading signal can be evaluated, we need a mathematical object for what we expect on average.

The expected value of a return $R$ is the probability-weighted average of all possible outcomes.

$$E[R] = \sum_i r_i \cdot p_i$$
$$E[R] = \int r\, f(r)\, dr$$
It does not ask

Will this trade be right?

It asks

What is the average outcome if this decision is repeated under similar conditions?

02
Mini Trading
Insight

A strategy can be wrong more often than it is right and still have positive expected value.

$$E[R] > 0$$

For example, a strategy with frequent small losses and rare large wins can still be profitable if the payoff distribution is asymmetric.

03
Bottom
Insight

A profitable strategy is not defined by being right often. It is defined by having positive expected value.

Win rate is not edge. Positive expected value is.

Quant Concepts

Conditional Expected Value: Where Signals Enter

A signal matters only if it changes the expectation.
03
01
Core
Explanation

A trading feature matters only if observing it changes the expected return.

In quant research, the relevant object is not just expected return, but conditional expected return.

$$E[R_{t+1}\mid X_t]$$
$$E[R_{t+1}\mid X_t] \neq E[R_{t+1}]$$
No signal

Observing $X_t$ leaves the expectation unchanged.

Signal

Observing $X_t$ changes the expected return distribution.

02
Mini Alpha
Insight

The incremental value of a signal can be written as the difference between conditional and unconditional expectation.

$$\alpha_t = E[R_{t+1}\mid X_t] - E[R_{t+1}]$$

If this difference is close to zero, the feature may be interesting — but it is not edge.

Examples of $X_t$ include momentum, value, volume, volatility, and analyst revisions.

03
Bottom
Insight

A feature becomes a signal only when it shifts the conditional return distribution.

Interesting data is not enough. The expectation has to move.

Quant Concepts

Models as Approximation Machines

A model approximates the conditional expectation function.
04
01
Core
Explanation

A predictive model in quant research is not a machine for certainty.

It is a function that approximates the relationship between observed features and expected future returns.

$$f_\theta(X_t) \approx E[R_{t+1}\mid X_t]$$
Not magic

The model does not know the future.

Approximation

It learns a mapping from features to expected return.

02
Mini Model
Insight

Under squared error loss, the best prediction function is the conditional expectation.

$$\theta^* = \operatorname*{argmin}_{\theta}\, E\big[(R_{t+1} - f_\theta(X_t))^2\big]$$

This is why regression and many machine learning models can be interpreted as approximation tools for expected return estimation.

Changing the model class changes the approximation method — not the underlying object.

03
Bottom
Insight

In quant research, models are not magic predictors. They are approximation tools for conditional structure.

Better algorithms matter. But the object being approximated matters first.

Quant Concepts

The Real Question: Is the Expectation Stable?

A backtest can estimate an effect. Research must test whether it survives reality.
05
01
Core
Explanation

A positive conditional expectation in a backtest is not sufficient.

In quant research, the deeper question is whether the effect remains stable outside the environment in which it was first observed.

$$E[R_{t+1}\mid X_t] > 0$$

is not enough

Backtest

The effect appears in the sample used for estimation.

Research standard

The effect must survive beyond that sample.

02
Mini Validation
Insight

A stronger formulation asks whether the learned expectation remains consistent from training to testing.

$$E_{train}[R_{t+1}\mid X_t] \approx E_{test}[R_{t+1}\mid X_t]$$
$$\alpha_{IS} \rightarrow \alpha_{OOS}$$

This is why out-of-sample testing matters: a true signal should not disappear once it leaves the original backtest window.

Research quality also depends on whether the effect survives transaction costs, turnover, regime changes, and overfitting risk.

03
Bottom
Insight

Alpha is not the formula. Alpha is the stable conditional expectation that remains after reality tests it.

A good model can find an effect. Good research proves it is real.

Research Capsule

Website Integration Metadata

Archive-ready fields for the research library and card integration flow.
Archive Mapping
Website CategoryMethods & Concepts
Content TypeQuant Concept
TitleEvery trading signal is a conditional expectation problem
Slugquant-concepts-conditional-expectation-problem
AuthorFVN Research
CTAView Research
Expected Value Conditional Expectation Model Approximation Backtesting Research Validation