January 5th, 2009, 3:42 pm
QuoteOriginally posted by: ehremoYes, I have read Landgraf's book, in fact it was the starting point for my thesis work. As far as I can tell he handwaved a few mathematical issues here and there (which is fair enough, I'm not criticising him). Of course I could do that too, but I'd rather not!In its entirety, the PDE isIn fairness, the theory is not well known although some finance people do know it. Another common myth is that the von Neumann stability analysis proves stability of finance PDE. Again, people hand wave it's just correct maths that is being applied outside its intended scope, aka hand-waving.Now, your PDE is degenerate (coefficient of second derivative == 0 in 1) some part of the boundary and 2) everywhere). Then use Fichera theory, see discussion and PPT slide Get the PDE book by OLeinik and Radkevic, might be the solution.QuoteI've put it in an FD solver and it works. A couple of side issues, since we're having fun:Which scheme? you are obviously amost finished, no sweat? Quote3. The CIR process V and also Y are almost surely positive, so the domain of the pde is V>0, Y>0. Intuitively it seems to me that the boundary conditions at V=0 and Y=0 shouldn't really influence the theoretical solution. Maybe?You mean TS in the interior of the domain?On v = 0 no BC (check Fichera function) and the pde is there U_t + AU_x + BU_y + C = 0 and on y = o it depend on the sign of E (> 0, < 0) in pde U_t + EU_y = 0(characteristics). Quote..is Craig-Sneyd a good one to use in this case, do you think? Or is there something better?If you it as a recipe, no. The problem is you have to take upwinding in U_y or maybe Lax-Wendroff as Peter L. had suggested. Other option if you have time at IMEX, and possibly Strang splitting. If you use CN and centred difference in t and y respectively ==> But with a workaround OK! I have solved this by Artificial BC.Your Pde has no mixed derivatives BTW Craig-Sneyd method is a Soviet Split and was discovered in 1964.
Last edited by
Cuchulainn on January 4th, 2009, 11:00 pm, edited 1 time in total.