vector_integrate_kernel: One coordinate 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, 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.

Usage

1
vector_integrate_kernel(Kern, x, a, b, n)

Arguments

Kern

Kernel function.

x

Column vector with values for the first coordinate of the kernel.

a

Inferior limit for the integral in y.

b

Superior limit for the integral in y.

n

Number of uniform division to compute the integral.

Value

Vector with integrals while the x coordinate is fixed.

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.