lookout_ts | R Documentation |
This is the time series implementation of lookout.
lookout_ts(x, alpha = 0.05)
x |
The input univariate time series. |
alpha |
The level of significance. Default is |
A lookout object.
lookout
set.seed(1) x <- arima.sim(list(order = c(1,1,0), ar = 0.8), n = 200) x[50] <- x[50] + 10 plot(x) lo <- lookout_ts(x) lo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.