square_kernel: Square kernel.

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Isotropic kernel given by the square distance.

Usage

1
square_kernel(h, alpha = 1)

Arguments

h

distance variable.

alpha

amplitude parameter.

Value

Real value.

Author(s)

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

Examples

1
2
3
h<-4
alpha<-2
square_kernel( h, alpha )

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