This function is part of the routines employed in the sensitivity analysis, calculate the integral in both coordinate \(x\) and \(y\) of the kernel, over the square domain give by the limits \(a\) and \(b\).
integrate_kernel(Kern, a, b, n)
Kernel function.
Inferior limit for the integral in each coordinate.
Superior limit for the integral in each coordinate.
Number of uniform division to compute the integral.
Real value with the integral value.
For a complete application you can check the documentation of Krigvar
.