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 parameters concerning: AR and MA order, an indicator of mean/intercept term inclusion, a boosting factor which is applied to the residual standard deviation, an indicator to trim the data according to the given trimming proportion (i.e. to restrict them to the interval between the lower and upper quantile corresponding to the given probability).
ARIMA(x, params = list(ARIMA = list(p = 1, q = 1, include.mean = T, sd.fac = 1, trim = F, trim.prop = 0.01)))
p | : | |
AR order | q | |
: | MA order | |
include.mean | : | Include a mean/intercept term? |
sd.fac | : | |
magnification factor to boost the | ||
residual standard deviation | ||
trim | : | Simulate trimmed data? |
arima
and arima.sim
.
analyze.wavelet
, analyze.coherency
, SurrogateData
, AR
, FourierRand