single_matern3: Matern covariance function (scalar - nu = 3/2)

View source: R/RcppExports.R

single_matern3R Documentation

Matern covariance function (scalar - nu = 3/2)

Description

Computing the Matern covariance function for a single distance measure, with \nu = 3/2.

Usage

single_matern3(d, sigsq, phi)

Arguments

d

a scalar representing the distance on which it is desired to evaluate the covariance function.

sigsq

the \sigma^2 parameter from the Matern covariance function.

phi

the \phi parameter from the Matern covariance function, controls the range of the spatial dependence.

Value

a scalar representing the (matern) covariance between two observations d apart of each other.

See Also

single_matern, single_matern5 single_exp, mat_cov


lcgodoy/smile documentation built on Nov. 20, 2024, 12:17 a.m.