This function is part of the routines employed in the sensitivity analysis, takes the kernel \(k\) and for each fixed coordinate in \(x\), the integral in the second variable \(y\), is computed in the interval \(a\) to \(b\) by taking \(n\) uniform steps.
vector_integrate_kernel(Kern, x, a, b, n)
Kernel function.
Column vector with values for the first coordinate of the kernel.
Inferior limit for the integral in y.
Superior limit for the integral in y.
Number of uniform division to compute the integral.
Vector with integrals while the x coordinate is fixed.
For a complete application you can check the documentation of Krigvar
.