The following values are valid for method
:
"pearson"
, "pearson.sig.std"
, "pearson.sig.fft"
,
"pearson.sig.aaft"
,
"spearman"
, "spearman.sig.std"
, "spearman.sig.fft"
,
"spearman.sig.aaft"
,
"kendall"
, "kendall.sig.std"
, "kendall.sig.fft"
,
"kendall.sig.aaft"
,
"ReXWT"
, "ReXWT.sig.fft"
, "ReXWT.sig.aaft"
, "ReXWT.sig.fast"
,
"coh"
, "coh.sig.fft"
, "coh.sig.aaft"
, "coh.sig.fast"
,
"phasecoh"
, "phasecoh.sig.fft"
, and "phasecoh.sig.aaft"
.
The first portions of these identifiers correspond to the Pearson, Spearman, and Kendall
correlations, the real part of the cross-wavelet transform, the wavelet coherence, and the
wavelet phase coherence. The second portions of these identifiers, when present, indicates
that significance of the measure specified in the first portion of the identifies is to
be used for establishing the synchrony matrix. Otherwise the value itself is used. The
third part of the method
identifier indicates what type of significance is used.
Significance testing is performed using standard approaches (method
flag containg
std
; for correlation coefficients,
although these are inappropriate for autocorrelated data), or surrogates generated using the
Fourier (method
flag containing "fft"
) or amplitude adjusted Fourier
surrogates ("aaft"
). For
"coh"
and "ReXWT"
, the fast testing algorithm of Sheppard et al. (2017) is also
implemented ("fast"
). That method uses implicit Fourier surrogates. The choice of
wavelet coherence (method flag containing "coh"
) or the real part of
the cross-wavelet
transform (method flag containing "ReXWT"
) depends mainly
on treatment of out-of-phase
relationships. The "ReXWT"
is more akin to a correlation coefficient in that
strong in-phase relationships approach 1 and strong antiphase relationships approach -1.
Wavelet coherence allows any phase relationship and ranges from 0 to 1. Power normalization
is applied for "coh"
and for "ReXWT"
. All significance tests are one-tailed.
Synchrony matrices for significance-based methods when weighted
is TRUE
contain 1 minus the p-values.