March 21st, 2010, 4:40 pm
QuoteOriginally posted by: CuchulainnYou're welcome. I assume you are referring to his 2001 paper, eqs. 24, 25,? ADE should be easy to do in this case and you use my equations 30, 31 (btw in 31, the first V should be V(j, +1))Thanks for the info, will take a look.QuoteOriginally posted by: CuchulainnBtw what kind of boundary conditions are you using wih CN? Can you say what the response time of CN is? BTW the scheme is explicit and stable so don't worrry about delta_T = O(delta_S^2) issues.Boundary conditions, PDE value at the top of the grid = z value at the top, value at bottom = 0. Note I am NOT using linear interpolation as suggested by earlier paper also we are using the 'Unified Asian Pricing" (2002) paper where the state variable is a martingale, hence the PDE is slightly different from the 2001 paper.For the continuous case for (h = 0.0005, dt = 0.00005) time is 500 seconds with the CN scheme. Unfortunately I'm having great difficulties as I do not have monotone convergence for the discretely sampled case. (e.g. weekly observations) (No problems with the continuous)QuoteOriginally posted by: CuchulainnI have myself not tested performance differences in 1d but based on number of operations ADE will be faster. In 2d, 3d, it is a different story. That sounds good, however I'm new to FD methods and I'm trying to get the CN scheme to work first!