exponential_spheretime {GpGp} | R Documentation |
Exponential covariance function on sphere x time
Description
From a matrix of longitudes, latitudes, and times, and a vector covariance parameters of the form (variance, range_1, range_2, nugget), return the square matrix of all pairwise covariances.
Usage
exponential_spheretime(covparms, lonlattime)
d_exponential_spheretime(covparms, lonlattime)
Arguments
covparms |
A vector with covariance parameters in the form (variance, range_1, range_2, nugget), where range_1 is a spatial range (assuming sphere of radius 1), and range_2 is a temporal range. |
lonlattime |
A matrix with |
Value
A matrix with n
rows and n
columns, with the i,j entry
containing the covariance between observations at lonlattime[i,]
and
lonlattime[j,]
.
Functions
-
d_exponential_spheretime()
: Derivatives with respect to parameters.
Covariances on spheres
The function first calculates the (x,y,z) 3D coordinates, and then inputs
the resulting locations into exponential_spacetime
. This means that we construct
covariances on the sphere by embedding the sphere in a 3D space. There has been some
concern expressed in the literature that such embeddings may produce distortions.
The source and nature of such distortions has never been articulated,
and to date, no such distortions have been documented. Guinness and
Fuentes (2016) argue that 3D embeddings produce reasonable models for data on spheres.