integrate_kernel: Complete kernel integral.

Description Usage Arguments Value Author(s) See Also

View source: R/RcppExports.R

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

1
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.

Author(s)

Pedro Guarderas pedro.felipe.guarderas@gmail.com.

See Also

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


KRIG documentation built on May 2, 2019, 5:55 a.m.