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