Serving the Quantitative Finance Community

 
User avatar
Seagull77
Topic Author
Posts: 0
Joined: December 6th, 2004, 1:38 am

Why using Ln (S) is computationally more efficient in finite difference methods

August 3rd, 2005, 8:35 am

Hi, I am trying to figure out why using the transformation x= Ln(S) is computationally more efficient when using finite difference methods . Can anyone share with me why we use this transformation ? One reason that I can think of is that after the transformation, the differential equation will have a constant drift and variance and will cut down the computation time for the finite difference method. Anyone can help ? Thank you.
 
User avatar
Corpor
Posts: 0
Joined: November 22nd, 2004, 10:11 pm

Why using Ln (S) is computationally more efficient in finite difference methods

August 3rd, 2005, 10:01 am

Finite difference methods essentially solve the heat equation - when simulating x=logS. As the heat equation is the simplest equation of evolution, these methods have better properties in this case - uniform grid, stability and convergence, etc.