Riemann-Stieltjes Integral
Motivation: why this matters in quant finance
Many finance quantities are accumulated against something other than calendar time. Portfolio value accumulates against price changes. Bond cash flows accumulate against a distribution of payment dates. Stochastic calculus eventually defines integrals such as , where the integrator is a price process, not .
The Riemann-Stieltjes integral is the deterministic predecessor of this idea. It replaces the ordinary integral with , where increments of decide how much weight each region receives. If jumps, the integral picks up point masses. If is smooth, it reduces to an ordinary weighted integral.
This note is not the full Itô integral. It is the bridge: it teaches the idea of integrating against an accumulated quantity before randomness and quadratic variation enter.
The informal idea
An ordinary Riemann integral sums height times width:
A Riemann-Stieltjes integral sums height times change in another function:
If grows quickly on one interval, that interval receives more weight. If is flat, that interval contributes nothing. If jumps, the jump contributes a discrete amount.
Formal definition
Let and let be a partition . Choose sample points . The Riemann-Stieltjes sum is
A common sufficient condition is: is continuous and has bounded variation on .
Key properties
Reduction to ordinary integration
If is continuously differentiable, then
So the Stieltjes integral generalises ordinary integration rather than replacing it.
Jumps create point masses
If jumps by at , then the integral includes , depending on convention and continuity side. This is why Stieltjes notation is natural for distributions with atoms.
Integration by parts
When the relevant integrals exist,
This is the deterministic ancestor of product rules in stochastic calculus. Itô's formula changes this identity by adding a quadratic-variation correction.
Distribution functions
If is a cumulative distribution function, then represents expectation with respect to that distribution. Discrete masses and continuous densities are handled in one notation.
Worked examples
Example 1: smooth integrator
Let on and . Since ,
Example 2: jump integrator
Let on . Then is flat except for a unit jump at , and
The integral has selected the value at the jump point. This is the deterministic analogue of integrating against a point mass.
Example 3: expectation notation
For a random variable with CDF , expectation can be written as
If has both a density and jumps, this single formula covers both the continuous and discrete pieces.
Common confusions and pitfalls
Where this goes next
- Introduction to Integration: The ordinary Riemann integral that Stieltjes integration generalises.
- Integration by Parts: The deterministic product rule mirrored by Stieltjes integration.
- Probability Space: The measure-theoretic setting for expectations written as integrals.
- Itô's Lemma: The stochastic-calculus analogue, where quadratic variation changes the product rule.
References
- Stewart, J. (2008). Single Variable Calculus: Early Transcendentals (6th ed.). Thomson Brooks/Cole. Ch. 5 definite-integral construction supplies the Riemann-sum background; the Riemann-Stieltjes extension is beyond this single-variable source and is included for quant-finance integration against cumulative processes.