Learn R Programming

KRIG (version 0.1.0)

vector_integrate_kernel: One coordinate kernel integral.

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

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.

See Also

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