| SurrogateData | R Documentation |
Generate surrogate series (random_shuffle, ebisuzaki phase randomisation, or seasonal).
SurrogateData(ts, method = c("random_shuffle", "ebisuzaki", "seasonal"),
num_surr = 100, T_period = 1, alpha = 0)
ts |
Numeric time-series vector to generate surrogates for. |
method |
Surrogate method: |
num_surr |
Number of surrogate series to generate. |
T_period |
Seasonal period (seasonal method). |
alpha |
Gaussian-noise standard deviation (seasonal method). |
A numeric matrix with length(ts) rows and num_surr columns.
SurrogateData(sin(1:100), method = "ebisuzaki", num_surr = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.