Serving the Quantitative Finance Community

 
User avatar
seb82
Topic Author
Posts: 0
Joined: October 24th, 2008, 2:16 pm

upwind discretization second mixed derivatives

October 8th, 2009, 8:27 am

I am working on the discretization of a PDE which involves second mixed derivatives. I found the standard finite difference discretization:[f(x+h,y+k) - f(x+h,y-k) - f(x-h,y+k) + f(x-h,y-k)]/4hkHowever, this is said to be instable. Therefore, I am looking for an upwind scheme similar to the ones used for the first derivatives which depend on the sign of the coefficient function. Can anyone help me with this matter or tell me where to find suitable schemes?I would really appreciate any sort of help!
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

upwind discretization second mixed derivatives

October 8th, 2009, 12:42 pm

double
Last edited by Cuchulainn on October 7th, 2009, 10:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

upwind discretization second mixed derivatives

October 8th, 2009, 12:42 pm

Can you tell me which pde and which scheme you are using? Then it is possible to say why the scheme is unstable. e.g. Heston, ADI etc.
Last edited by Cuchulainn on October 7th, 2009, 10:00 pm, edited 1 time in total.
 
User avatar
seb82
Topic Author
Posts: 0
Joined: October 24th, 2008, 2:16 pm

upwind discretization second mixed derivatives

October 8th, 2009, 1:37 pm

It is the Heston PDE with an implicit Euler discretization in time.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

upwind discretization second mixed derivatives

October 8th, 2009, 6:07 pm

QuoteOriginally posted by: seb82It is the Heston PDE with an implicit Euler discretization in time.Ah, Ok Much has been written on the mixed derivatiaves (dating from 1964) on the different ways to do it, but Janenko's solution is very robust. Roeleof Sheppard has done thesis on this subject using IE as well with extrapolation. You can find Janenko in his monograph, the thesis and the chapter on Heston in my book.See the pdf here in the threadGood luckhth
Last edited by Cuchulainn on October 7th, 2009, 10:00 pm, edited 1 time in total.