covf_mat25ang: Matern covariance function with angular transform

covf_mat25angR Documentation

Matern covariance function with angular transform

Description

covf = new(covf_mat25ang)

This is the standard Matern covariance function with a power transformation which has form

c(x_1,x_2) = (1+ |h| + h^2/3) \exp(-|h|)

where

h = √{(\sin(x_1)-\sin(x_2))^2/ρ_s + (\cos(x_1)-\cos(x_2))^2/ρ_c}.

hyp is a two dimensional vector with ρ_s=exp(2*hyp[0]) and ρ_c=exp(2*hyp[1]).

Value

no returns, this is a class which contains methods

See Also

base class: covf


outerbase documentation built on June 9, 2022, 5:08 p.m.