analyze.wavelet
or function analyze.coherency
. A set of surrogates is used for significance assessment to test the hypothesis of equal periodic components. Simulation is subject to model/method specification and parameter setting: Currently, one can choose from a variety of 6 methods (white noise, series shuffling, Fourier randomization, AR, and ARIMA) with respective lists of parameters to set.
The name and layout were inspired by a similar function developed by Huidong Tian (archived R package WaveletCo
).
SurrogateData(x, method = "white.noise",
params = list(
AR = list(p = 1),
ARIMA = list(p = 1, q = 1,
include.mean = T, sd.fac = 1,
trim = F, trim.prop = 0.01))
)
WaveletCo
. Available at analyze.wavelet
, analyze.coherency
, AR
, ARIMA
, FourierRand