..cor_sep {mcgf} | R Documentation |
Calculate correlation for separable model
Description
Calculate correlation for separable model
Usage
..cor_sep(nugget, c, gamma = 1/2, a, alpha, h, u)
Arguments
nugget |
The nugget effect |
c |
Scale parameter of |
gamma |
Smooth parameter of |
a |
Scale parameter of |
alpha |
Smooth parameter of |
h |
Euclidean distance matrix or array. |
u |
Time lag, same dimension as |
Details
This function is a special case of .cor_fs()
. It is used inside
fit_base()
.
Value
Correlations for separable model.
[Package mcgf version 1.1.0 Index]