triangular_kernel: Triangular kernel.

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Isotropic kernel defined with the max function.

Usage

1
triangular_kernel(h, c = 1, alpha = 1)

Arguments

h

distance variable.

c

amplitude parameter.

alpha

maximum distance value.

Value

Real value.

Author(s)

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

Examples

1
2
3
4
h<-0.2
c<-5
alpha<-2
triangular_kernel( h, c, alpha )

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