gauss_cov: Computing the Gaussian covariance function for a single...

View source: R/RcppExports.R

gauss_covR Documentation

Computing the Gaussian covariance function for a single distance measure.

Description

Computing the Gaussian covariance function for a single distance measure.

Usage

gauss_cov(dists, sigsq, phi)

Arguments

dists

a numeric matrix representing the distance between spatial entities.

sigsq

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

phi

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

Value

The Gaussian covariance function (for a stationary and isotropic process) associated with the provided distances (dists) and the given set of parameters.

See Also

single_exp, single_matern


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