l_from_kappa: Get practical range from length scale

Description Usage Arguments Value See Also Examples

View source: R/gmrfops.R

Description

Takes a scale parameter κ and the smoothness of the Matern kernel ν and returns the practical range l.

Usage

1

Arguments

kappa

the scale parameter

nu

the smoothness parameter

Value

numeric

See Also

The inverse kappa_from_l

Examples

1
2
3
kappa = 0.02
nu = 1
l <- l_from_kappa(kappa,nu)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.