Stratonovich integral

Itô integral is a construction that allows integration w.r.t. Brownian motion (or semimartingales). But it has a key feature:

HtdWt

is defined via non-anticipating integrands and uses left endpoints of partitions. This choice makes it very useful for probability/martingale theory, but it breaks the classical chain rule (you get the Itô lemma instead).

In physics and engineering, people often want a stochastic integral that behaves more like classical calculus. For instance, when doing a change of variables, they expect the ordinary chain rule to hold without the “extra Itô term.”
The Stratonovich integral is defined by using the midpoints of the partition instead of left endpoints. Symbolically,

HtdWt

(circle notation for Stratonovich) represents the limit of

H(si)(Wti+1Wti),

with si=ti+ti+12 instead of si=ti.
With this choice, we recover the classical chain rule, so it fits naturally into differential geometry, stochastic mechanics, etc.

Conversion rule

Every Stratonovich integral can be rewritten as an Itô integral with a correction term:

0tH(s,Xs)dWs=0tH(s,Xs)dWs+120txH(s,Xs)H(s,Xs)ds

or, more in general,

0tYsdWs=0tYsdWs+12[Y,W]t,

where [Y,W]t is the quadratic covariation between Y and W.

Key differences: Stratonovich has the chain rule, Itô has martingale properties.

Boat example

Think of a boat being hit by random waves dWt, and a steering strategy Ht deciding how to react (see Itô integral#Boat on a choppy sea).

0THsdWs12(Htk+Htk+1)(Wtk+1Wtk).

which restores the classical chain rule. Here, certain steering strategies do produce forward motion. For example, with Ht=Wt:

0tWsdWs=12Wt20,

whose expectation is t2. Thus, the boat drifts forward on average, something impossible in the Itô setting.

Example:

Step ΔW W Stratonovich ∫ W∘dW Itô ∫ W dW
0 0 0.0 0
1 +1 1 0.5 0
2 +1 2 2.0 1
3 −1 1 0.5 −1
4 +1 2 2.0 0
5 +1 3 4.5 2
6 −1 2 2.0 −1
7 −1 1 0.5 −3
8 −1 0 0.0 −4

Computations: