covf_mat25pow: Matern covariance function with power transform

covf_mat25powR Documentation

Matern covariance function with power transform

Description

covf = new(covf_mat25pow)

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 = (x_1^α-x_2^α)/ρ and hyp is a two dimensional vector with ρ=exp(2*hyp[0]+0.25*hyp[1]) and α=exp(0.25*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.