| AR1sim | R Documentation |
This is simulated AR(1) data with parameter 0.8. The noise is normally distributed with variance 1.
data(AR1sim)
A numeric vector
acf(AR1sim)
pacf(AR1sim)
AR1sim.fit <- arima(AR1sim, order = c(1, 0, 0))
AR1sim.fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.