kappa_from_l: Get scale from practical range

Description Usage Arguments Value See Also Examples

View source: R/gmrfops.R

Description

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

Usage

1
kappa_from_l(l, nu)

Arguments

l

the practical range.

nu

the smoothness parameter

Value

numeric

See Also

The inverse l_from_kappa

Examples

1
2
3
l = 100
nu = 1
kappa <- kappa_from_l(l,nu)

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