test_set | R Documentation |
Simulate time series with known changepoint sets
test_set(n = 1, sd = 1, seed = NULL)
n |
Number of true changepoints in set |
sd |
Standard deviation passed to |
seed |
Value passed to |
A stats::ts()
object
DataCPSim
x <- test_set()
plot(x)
changepoints(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.