My problem can best be described by first looking at my plot:
It is very simple I would like to interpolate between the 2D splines that sit atop the coloured faces (they are only there for illustration).
Each spline represents time-series evolution of a variable. The conditions of the variable have been changed four times, which produces the four splines above. As you can also see; the process get shorter as the conditions are changed.
Now I do not quite know how to attack this.
- I have considered e.g. Gaussian processes to take into my uncertainty of the regions inbetween.
- Standard interpolations techniques should work too, but I am not familiar at all with them.
Hence any guidance would be most welcome.
EDIT:
I found this awesome post: https://scicomp.stackexchange.com/questions/19137/what-is-the-preferred-and-efficient-approach-for-interpolating-multidimensional
