RMchoquet: Schoenberg's representation for the classes psi_d and...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/RMmodelsConvenience.R

Description

RMchoquet is an isotropic covariance model. The corresponding covariance function only depends on the angle 0 ≤ θ ≤ π between two points on the sphere and is given for d=2 by

ψ(θ) = ∑_{n=0}^{∞} b_{n,2}/(n+1)*P_n(cos(θ)),

where

∑_{n=0}^{∞} b_{n,d}=1

and P_n is the Legendre Polynomial of integer order n >= 0.

Usage

1

Arguments

b

a numerical vector of weights in (0,1), such that sum(b)=1.

Details

By the results (cf. Gneiting, T. (2013), p.1333) of Schoenberg and others like Menegatto, Chen, Sun, Oliveira and Peron, the class psi_d of all real valued funcions on [0,π], with ψ(0)=1 and such that the associated isotropic function

h(x,y)=ψ(theta) with cos(θ)=<x,y>

for x,y in {x in R^d: ||x|| = 1}

is (strictly) positive definite is represented by this covariance model. The model can be interpreted as Choquet representation in terms of extremal members, which are non-strictly positive definite.

Special cases are the multiquadric family (see RMmultiquad) and the model of the sine power function (see RMsinepower).

Value

RMchoquet returns an object of class RMmodel.

Author(s)

Christoph Berreth; \martin

References

See Also

RMmodel, RFsimulate, RFfit, spherical models, RMmultiquad, RMsinepower

Examples

1
2
3
4
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

## to do

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.