R/power.spectra.ens.R
createSyntheticTimeseries.Rdcreate synthetic timeseries based on a timeseries. Useful for null hypothesis testing
createSyntheticTimeseries(
time,
values,
n.ens = 1,
sameTrend = TRUE,
index.to.model = NA
)LiPD "variable list" or vector of year/age values
LiPD "variable list" or vector of values
Number of ensemble members to simulate
should the synthetic data have the same first-order trend as the original? (default = TRUE)
an optional index of values to model (default = NA, the whole series)
a vector or matrix of synthetic values
Other spectra:
ar1Surrogates(),
computeSpectraEns(),
periodAnnotate(),
plotSpectrum(),
reverselog10_trans()
Other pca:
ar1Surrogates(),
pcaEns(),
plotPcaEns(),
plotScreeEns()