Learn R Programming

KRIG (version 0.1.0)

square_kernel: Square kernel.

Description

Isotropic kernel given by the square distance.

Usage

square_kernel(h, alpha = 1)

Arguments

h

distance variable.

alpha

amplitude parameter.

Value

Real value.

Examples

Run this code
# NOT RUN {
h<-4
alpha<-2
square_kernel( h, alpha )
# }

Run the code above in your browser using DataLab