nat_cubic_spline_kernel: Natural cubic spline kernel.

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Isotropic kernel.

Usage

1

Arguments

h

distance variable.

R

displacement parameter.

Value

Real value.

Author(s)

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

Examples

1
2
3
h<-4.0
R<-2.3
nat_cubic_spline_kernel( h, R )

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