Kernel interpolation between discrete points
Implementation of the kernel interpolation approach, which can be found in "Foreign Exchange Risk" by Hakala, Wystup page 256.
The kernel in the implementation is kept general, although a Gaussian is considered in the cited text.
tells whether extrapolation is enabled
disable extrapolation in subsequent calls
enable extrapolation in subsequent calls
Kernel interpolation between discrete points
Implementation of the kernel interpolation approach, which can be found in "Foreign Exchange Risk" by Hakala, Wystup page 256.
The kernel in the implementation is kept general, although a Gaussian is considered in the cited text.