July 3rd, 2016, 8:55 pm
Hello again.(4) is phrasing the problem. It is somehow stating two problems :- We are not given the Kolmogorov operator.- Even if we knew this operator, the problem is stated with a big number of risk sources, and numerical PDE methods are unable to compute due to the Curse of Dimensionality (CoD).- The first problem has been solved already in this draft paper : if you are able to sample your process with a Monte-Carlo method (that is if you know a quantile of your process), then I can compute this operator for you. If you don't know how to compute a quantile, I can compute it for you using the calibration algorithm presented in the paper.- I did my best to describe how the second problem is tackled in the arxiv paper, please tell me if it was unclear. The main idea is as follows : we know that Monte-Carlo methods are not not affected by CoD, because they are using random sequences. PDE methods relies on grids, usually cartesian ones. If you are able to compute PDE over a randomly generated grid, then you kill the CoD, the idea is as simple as that. Obviously, computing PDE over randomly generated grids is quite an headache: all the know-how is here and it took me some years to be able to compute with such grids. Furthermore, as pointed out in another thread, it is not perfect, but it already works to my perception : I know that the scheme is stable and convergent.Concerning your test requests, I am already facing other demands, and, since I am alone to do the job, it might take some time to answer to all of them and we need prioritizing. I already tested thoroughly with log-normals, but I agree with you : a good way to be convincing could be to test against known 1D and 2D processes as CIR, Heston or SABR where benchmarks are known (note that for 1D processes, this 2009 paper already presented results and benchmarks using this method). Then to raise dimensions with special cases. The point is that above 3 dimensions, there are no known benchmarks... that's why the paper proposed a first one in higher dimensions.Hope this sheds some lights
Last edited by
JohnLeM on July 3rd, 2016, 10:00 pm, edited 1 time in total.