qda_ews is used to estimate autocorrelation,
variance within rolling windows along a timeseries, test
the significance of their trends, and reconstruct the
potential landscape of the timeseriesqda_ews(timeseries, param = NULL, winsize = 50,
detrending = c("no", "gaussian", "linear", "first-diff"),
bandwidth = NULL, boots = 100, s_level = 0.05,
cutoff = 0.05, detection.threshold = 0.002,
grid.size = 50, logtransform = FALSE,
interpolate = FALSE)gaussian filtering, linear
detrending and first-differencing. Default is
no detrending. qda_ews returns three plots. The first plot
contains the orig
generic_ews; ddjnonparam_ews;
bdstest_ews; sensitivity_ews;
surrogates_ews; ch_ews;
movpotential_ews;
livpotential_ews;data(foldbif)
out <- qda_ews(foldbif, param = NULL, winsize = 50, detrending="gaussian", bandwidth=NULL, boots = 50, s_level = 0.05, cutoff=0.05, detection.threshold = 0.002, grid.size = 50, logtransform=FALSE, interpolate=FALSE)Run the code above in your browser using DataLab