Discrete Time and White Noise
00 · Symbol Glossary
A sequence of random variables indexed by time (or ). One observed path is a realization; the object being modeled is the whole process.
, the expected value at date . If this depends on , the series has a time-varying level (trend, break, or seasonality).
. Dependence between two dates, not just contemporaneous variance.
The unpredictable piece at time . In this chapter, white noise is the baseline shock process; later chapters build ARMA and GARCH on top of it.
for a price . The usual modeling object in finance — closer to stationary than the raw price.
01 · A Time Series Is a Stochastic Process
A time series is not a list of numbers. It is a stochastic process : for each date there is a random variable , and the family is jointly distributed. What you download from a market data vendor is one sample path.
A discrete-time stochastic process is a collection (or ) of random variables on a common probability space. A realization of length is a sequence produced by one draw of that collection.
The index is ordered. That is the whole point: can depend on in a way cannot reverse. Cross-sectional data (many firms at one date) does not have that arrow of time.
Estimators in later chapters pretend that time averages along the observed path recover ensemble averages . That leap is ergodicity (Chapter 02). Until then, keep the distinction: formulas are about the process; data are one path.
02 · Mean, Variance, and Autocovariance
Two dates can be dependent even if each margin is ordinary.
For a process with ,
The variance function is . If depends only on the lag , write — that is the stationary case of Chapter 02.
Let be i.i.d. and set . Then and for every , so the second-order structure is that of pure noise. But and both contain , so they are not independent: . Zero autocovariance is a statement about linear dependence only.
Daily close of an equity index wanders. Sample variance of grows with the sample window; stays large at long lags.
Why it breaks: integrated levels (Chapter 04) are the wrong object for second-order tools that assume a constant variance. Log returns are the standard transform precisely so that and can be approximately stable.
Consequence: ACF plots of raw prices look “highly persistent” even when returns are nearly white. Always state whether the series is a level or a difference.
03 · White Noise, iid, and Gaussian White Noise
A process is white noise, written , if
It is iid noise if the are independent and identically distributed. It is Gaussian white noise if additionally iid.
White noise is uncorrelated, not necessarily independent. GARCH (Chapter 06) builds a process whose levels are white noise (or martingale differences) while squares are strongly dependent. That distinction is why the WN definition uses covariances, not independence.
In finance one often weakens WN to . Then is a martingale difference: unpredictable in mean given the past, which is the efficient-market statement for a return innovation. Uncorrelatedness follows; identical variance need not.
04 · Building Blocks: Trend, Season, Cycle, Irregular
Observed series are often written as a sum of components, even before a formal model.
is a slowly moving trend, a seasonal pattern with known period (e.g. for months), a cycle of unspecified period (business-cycle band, not the fixed calendar season), and an irregular remainder. Multiplicative form is used when seasonal swings scale with the level — take logs first, then add in log space.
05 · What This Subject Is For
Time series in this library is the toolkit for dependent observations in calendar time: forecasting a yield, measuring persistence of inflation, modeling clustered volatility, testing whether two prices share an equilibrium, filtering a latent beta.
It is not a substitute for probability (distributions, likelihood) or stochastic calculus (continuous-time limits). Those subjects supply the measure-theoretic and continuous-time language; here the time index is discrete and the emphasis is second-order structure plus a handful of nonlinear models (GARCH, state-space) that markets actually use.
Both subjects open with a random walk, and they mean the same discrete object . The paths diverge immediately after. Stochastic Calculus rescales the walk and takes a limit, arriving at Brownian motion, Itô integrals, and SDEs in continuous time. Time Series keeps on the calendar and asks what you can estimate from one finite path: autocovariances, ARMA coefficients, unit-root tests. If the question involves , it belongs to the other subject; if it involves from observations, it belongs here.
For each series, say whether you would model the level, a log, or a difference, and why: (a) daily VIX close; (b) quarterly real GDP; (c) a default count per month; (d) the EURUSD spot rate.
06 · Exercises
White noise requires uncorrelatedness at every nonzero lag, not identical distribution of the observed path.
No. WN requires for . A deterministic sine wave is perfectly forecastable from its past, so covariances at the seasonal lag are not zero. A sinusoidal mean is a time-varying , which already violates a constant-mean WN definition.
Is a deterministic sine wave white noise? Explain using the definition, not a plot.
Write for with WN and fixed.
, so and . Both grow with . The pair is not second-order stationary. The difference is WN.
Let with and . Compute and . What does this say about modeling with tools that assume constant variance?
Independence implies uncorrelatedness if second moments exist; the converse needs extra structure (e.g. joint Gaussianity).
iid independent uncorrelated (given finite variance), so iid noise with mean is WN. Conversely, WN only forces uncorrelatedness. The product of Section 02 is one counterexample. The finance counterexample is GARCH (Chapter 06): has , so the levels are WN, while is strongly autocorrelated because depends on . Uncorrelated returns and predictable volatility coexist.
Show that iid implies WN. Give a process that is WN but not iid.
07 · Chapter Summary
| Concept | Meaning |
|---|---|
| Process vs path | is random at every ; data are one realization |
| Mean function | |
| Autocovariance | |
| White noise | mean , finite variance, uncorrelated across lags |
| iid / Gaussian WN | stronger: independence, and normality if specified |
| Finance default | model , not raw |
Next: Chapter 02 — Stationarity, ACF, and PACF, which turns into a function of lag alone and makes sample autocorrelations meaningful.