Calculate correlation for the general stationary model
..cor_stat(cor_base, lagrangian, lambda, v1, v2, k = 2, h1, h2, u)
Correlations for the general stationary model.
An array of base cross-correlation matrices.
Lagrangian model, none
, lagr_tri
, or lagr_askey
.
Weight of the Lagrangian term, \(\lambda\in[0, 1]\).
Prevailing wind, u-component.
Prevailing wind, v-component.
Scale parameter of \(\|\boldsymbol v\|\), \(k>0\). Default is 2.
Horizontal distance matrix or array.
Vertical distance matrix or array, same dimension as h1
.
Time lag, same dimension as h1
.
This function is a special case of .cor_stat()
. It is used inside
fit_lagr()
.