list_integrate_kernel: Integrals of a list of kernels.

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, computes vector of integrals and complete integrals of kernels specified in the data frame Kernels.

Usage

1

Arguments

Kernels

data.frame of kernels composed by four columns.

  1. Kernel name.

  2. Inferior limit for integral.

  3. Superior limit for integral.

  4. Number of steps for discretization of integrals.

X

matrix containing in each row the coordinate where the one coordinate integrals will be evaluated.

Value

List with one coordinate integrals and complete kernel integrals.

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.