where ∥⋅∥ is the Euclidean distance, and δx=0 is 1 when x=0 and 0 otherwise. Here h∈R2 and u∈R. By default beta = 0 and it reduces to the separable model.
Examples
h <- matrix(c(0,5,5,0), nrow =2)u <- matrix(0, nrow =2, ncol =2)cor_fs(c =0.01, gamma =0.5, a =1, alpha =0.5, beta =0.5, h = h, u = u)h <- array(c(0,5,5,0), dim = c(2,2,3))u <- array(rep(0:2, each =4), dim = c(2,2,3))cor_fs(c =0.01, gamma =0.5, a =1, alpha =0.5, beta =0.5, h = h, u = u)
References
Gneiting, T. (2002). Nonseparable, Stationary Covariance Functions for Space–Time Data, Journal of the American Statistical Association, 97:458, 590-600.