Quant Memo

Paper Explained

The Other Way to Model Volatility: Taylor's Stochastic Volatility

GARCH says today's volatility is calculable from yesterday's returns. Taylor said volatility has a mind of its own. Two philosophies, and the second one is harder but arguably more honest.

QM
Quant Memo

July 13, 2026

The paper

Modeling Stochastic Volatility: A Review and Comparative Study

Stephen J. Taylor · 1994

Read the original →

There are two fundamentally different philosophies about how to model market volatility, and the split runs deeper than most people realise.

Philosophy one, the GARCH view. Volatility is a deterministic function of the past. Tell me yesterday's return and yesterday's volatility, and I will tell you today's volatility exactly, with no uncertainty at all. There is randomness in the return, certainly, but once you know the return, the volatility follows mechanically from the formula. Volatility is a bookkeeping variable that you calculate.

Philosophy two, the stochastic volatility view. Volatility has its own separate source of randomness. Even if you knew everything about yesterday, today's volatility would still contain a genuine surprise, because volatility is driven by its own private coin flip that has nothing to do with the return. Volatility is a hidden random process that you can only ever infer.

Stephen Taylor is the person most associated with the second view in discrete time, and this paper is his review and defence of it, along with a careful comparison against the GARCH camp.

The problem: is volatility calculable or is it hidden?

Ask yourself what actually drives market volatility. Information arrival. The number of traders active. The tempo of news. Liquidity conditions. Whether the big players are on holiday.

Now ask: is all of that perfectly recoverable from yesterday's price change? Obviously not. A day can be quiet on the tape while an enormous amount of nervous activity builds beneath the surface. The flow of information is its own process, and it is not simply a function of past returns.

That is the intuition behind stochastic volatility, and it is a strong one. It says GARCH is making an artificial simplification: it forces volatility to be a slave to past returns, when volatility should be free.

The key idea via analogy: the dimmer switch with a mind of its own

Think of volatility as a dimmer switch controlling how brightly the market flickers.

In GARCH, that dimmer switch is operated by a robot with a fixed rulebook. The rulebook says: look at how big yesterday's flicker was, look at where the dimmer was set yesterday, and turn the knob to exactly this position. No discretion, no surprise. If you know the rulebook and yesterday's data, you know today's setting with certainty.

In stochastic volatility, the dimmer switch is operated by a moody human. She reads the same information the robot does and is influenced by it. Yesterday's setting matters, she does not swing wildly. But she also has her own moods, her own private reasons, and she rolls her own dice. You can watch the flickering and make a good guess about where she has set the knob, but you can never know for sure.

The standard model Taylor works with is beautifully simple to state: the logarithm of volatility follows its own gently mean-reverting random process, and the observed return is that volatility multiplied by an independent random shock. Two sources of randomness, one for the price and one for the volatility.

This is not merely a philosophical preference. It is the discrete-time sibling of the continuous-time stochastic volatility models that option pricing uses, most famously Heston's. If you want your volatility model to speak the same language as the derivatives desk, you want stochastic volatility, not GARCH.

The catch: it is much, much harder to estimate

Here is why, despite its conceptual appeal, GARCH remains far more popular.

In GARCH, the likelihood function is trivial to write down. Because volatility is calculable from past data, you can just march through your sample computing volatility at each step and adding up the likelihood contributions. It is a loop. Any undergraduate can code it.

In stochastic volatility, volatility is hidden. To compute the likelihood, you have to average over every possible path the hidden volatility could have taken, which is an integral of enormous dimension, one dimension for every day in your sample. There is no closed form. You cannot just march through the data.

This is why the stochastic volatility literature is full of heavy machinery: simulation-based estimation, Bayesian methods with Markov chain Monte Carlo, quasi-maximum likelihood via the Kalman filter, method of moments. Taylor's review is in large part a survey of these techniques, and a comparison of how the resulting models actually perform against ARCH-family alternatives on real exchange rate data.

Why it mattered

  • It defined and consolidated a whole approach. Taylor's work, this review and his earlier book, is the reference point for discrete-time stochastic volatility. It gave the alternative camp a clear statement.
  • It bridges to option pricing. Continuous-time stochastic volatility models are the foundation of modern derivatives pricing. Taylor's discrete-time models are the natural way to estimate them from data, which makes them the empirical counterpart to what quants use to price.
  • It fits fat tails naturally. Because volatility has its own randomness, stochastic volatility models generate heavy-tailed returns more naturally than GARCH does, without needing to bolt on a fat-tailed error distribution by hand.
  • It forced clarity about what a volatility model claims. After Taylor, "is volatility observable given the past, or is it a hidden state?" became a question you had to answer explicitly rather than assume away.
  • It laid groundwork for the modern era. Every particle filter, every Bayesian volatility model, every state-space approach to volatility traces back to this framing.

The honest limitations

  • The estimation burden is real and it has never gone away. Even with modern computers and modern methods, fitting a stochastic volatility model is far more work than fitting a GARCH, and the results are more sensitive to the estimation method you choose.
  • The forecasting gain is modest. This is the awkward part. For all its conceptual superiority, stochastic volatility does not consistently and dramatically outperform GARCH at forecasting. Given the extra difficulty, many practitioners reasonably conclude it is not worth it, which is why GARCH still dominates in applied risk work.
  • The basic model misses asymmetry. The simplest stochastic volatility specification has no leverage effect. You have to add correlation between the return shock and the volatility shock, which complicates estimation further.
  • Hidden means unverifiable. Since you never observe the volatility, you cannot directly check whether your model's inferred volatility path is right. You can only check that the model reproduces features of the returns.
  • High-frequency data changed the terrain. Once realized volatility made volatility nearly observable, some of the motivation for elaborate filtering of a hidden state weakened. If you can measure it, you do not need to infer it.

The one-line takeaway

Taylor made the case that volatility is not a quantity you calculate from yesterday's returns but a hidden random process with a mind of its own, which is philosophically more honest, connects directly to how derivatives are priced, and costs you a great deal more computational pain for a forecasting improvement that is, disappointingly, rather small.

Related concepts