Re: Runge Kunta on SDE
- From: Simo Särkkä <ssarkka@xxxxxxxxxxxxxxx>
- Date: Sat, 18 Feb 2006 16:17:29 +0200
On Thu, 16 Feb 2006, David Langevin wrote:
Dear readers,
I want to apply the Runge Kunta fourth order scheme on the following SDE:
dX = aXdt + bXdW
where a,b are real, dW = sqrt(dt)N(0,1) is a wiener process.
When b=0 in my program all is fine, the solution is the same as in the deterministic case (Hopefully !), the problem I have is in the stochastic part, the scheme doesn't converge to the true solution:
X = X0exp(((a-b^2/2)t+bW)
where X0 is real.
The Runge-Kutta approximation converges to the solution in Stratonovich
sense. If you first convert the Ito SDE to the equivalent Stratonovich
SDE and then apply the Runge-Kutta scheme, it should converge to the right
solution. Try with the following:
dX = a X dt - 1/2 b^2 X dt + b X dW
--
- Simo
.
- References:
- Runge Kunta on SDE
- From: David Langevin
- Runge Kunta on SDE
- Prev by Date: Re: Lagrange multiplier and singularities
- Next by Date: Re: Kutta Merson integration
- Previous by thread: Re: Runge Kunta on SDE
- Next by thread: Re: Runge Kunta on SDE
- Index(es):