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