Learn R Programming

KRIG (version 0.1.0)

integrate_kernel: Complete kernel integral.

Description

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\).

Usage

integrate_kernel(Kern, a, b, n)

Arguments

Kern

Kernel function.

a

Inferior limit for the integral in each coordinate.

b

Superior limit for the integral in each coordinate.

n

Number of uniform division to compute the integral.

Value

Real value with the integral value.

See Also

For a complete application you can check the documentation of Krigvar.