Feynman-Kac formula

The Feynman-Kac formula establishes a link between partial differential equations (PDEs) and stochastic processes. It offers yet another method of solving certain PDEs: by simulating random paths of a stochastic process.

Suppose we are given the PDE

u_{t} + \mu(x,t) u_{x} + {1 \over 2} \sigma(x,t)^2 u_{xx} = 0

subject to the terminal condition

u(x,T) = ψ(x)

where μ, σ2, ψ are known functions and u is the unknown. Then FK tells us that the solution can be written as an expectation:

u = E[ψ(XT) | X = X0]

where X is an Itô process driven by the equation

dX = \mu(X,t)\,dt + \sigma(X,t)\,dZ.

This expectation can then be approximated using Monte Carlo or quasi-Monte Carlo methods

See also

See also: Feynman-Kac formula, Expectation, Itô's lemma, Itô process, Mark Kac, Monte Carlo method, Partial differential equation, Quasi-Monte Carlo method, Richard Feynman, Stochastic process