Learn R Programming

KRIG (version 0.1.0)

list_integrate_kernel: Integrals of a list of kernels.

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

list_integrate_kernel(Kernels, X)

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.

See Also

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