single_spher: Spherical covariance function (scalar)

View source: R/RcppExports.R

single_spherR Documentation

Spherical covariance function (scalar)

Description

Computing the Spherical covariance function for a single distance measure.

Usage

single_spher(d, sigsq, phi)

Arguments

d

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

sigsq

the σ^2 parameter from the Spherical covariance. function.

phi

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

Value

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

See Also

single_exp, single_matern, single_matern3, single_matern5, mat_cov


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