December 9th, 2007, 6:21 pm
You're very welcome -- thanks for posting this great problem. To answer your question about other functionals: First, this comes up *all* the time in quantitative finance, so I'll elaborate for students who don't know this.If you have followed my approach, you can see that the method works for any Brownian functional Y = \int_0^1 c(W_t) dt *if* you have an expression for the Laplace transform g(s) = E[exp(-s Y)].How to get the Laplace transform? First, I will assume that the functional integrand c( . ) is bounded below. By Feynman-Kac, getting this Laplace transform is equivalent to solving a PDE problem.That is, look for a function f(t,x; s), with x in R, and a fixed parameter s >= 0, that solves with f(0,x; s) = 1Then, the probabilistic expression for the solution, due to Feynman and Kac, is This is essentially our desired Laplace transform, except (i) we want the Brownian motion to start at 0, and (ii) we want the functional integral to end at t =1. In other words,(**) g(s) = f(1,0; s).The pde is (up to a factor of i) the Schrodinger eqn, aka the Liouville standard form, with a potential (killing term) given by the functional integrand. With c(x) = x^2, you can readily solve it and then get the Cameron-Martin formula from (**).In general, this pde problem should be well-posed if c(.) is bounded below, which is why I mentioned that condition.If c(.) is not bounded below, it's not necessarily a deal-breaker: you just have to investigate more carefully.If the problem makes sense, the pde can always be solved numerically.Then, with g(s) in hand from (**) , invert using my Fourier method or Laplace.
Last edited by
Alan on December 10th, 2007, 11:00 pm, edited 1 time in total.