single_tapmat1: Tappered Matern covariance function (scalar - nu = 1/2)

View source: R/RcppExports.R

single_tapmat1R Documentation

Tappered Matern covariance function (scalar - nu = 1/2)

Description

Computing the Matern covariance function for a single distance measure, with ν = 1/2.

Usage

single_tapmat1(d, sigsq, phi, theta)

Arguments

d

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

sigsq

the σ^2 parameter from the Matern covariance function.

phi

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

theta

θ taper range.

Value

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

See Also

single_matern, single_matern5 single_exp, mat_cov


smile documentation built on April 29, 2022, 9:05 a.m.