Calculate correlation for separable model
..cor_sep(nugget, c, gamma = 1/2, a, alpha, h, u)
Correlations for separable model.
The nugget effect \(\in[0, 1]\).
Scale parameter of cor_exp
, \(c>0\).
Smooth parameter of cor_exp
, \(\gamma\in(0, 1/2]\).
Scale parameter of cor_cauchy
, \(a>0\).
Smooth parameter of cor_cauchy
, \(\alpha\in(0, 1]\).
Euclidean distance matrix or array.
Time lag, same dimension as h
.
This function is a special case of .cor_fs()
. It is used inside
fit_base()
.