spherical_kernel: Spherical kernel.

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Isotropic kernel commonly employed in geostatistic.

Usage

1
spherical_kernel(h, phi, theta)

Arguments

h

distance variable.

phi

amplitude parameter.

theta

smoothness parameter.

Value

Real value.

Author(s)

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

Examples

1
2
3
4
h<-4.0
phi<-1.0
theta<-100.0
spherical_kernel( h, phi, theta )

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