simARIMA | R Documentation |
Simulate data from an ARIMA model
simARIMA(n = 100, delta = 0, phi = NULL, d = 0, theta = NULL, sderror = 1)
n |
Length of the series to simulate |
delta |
Constant term (delta) |
phi |
AR coefficients (use c( ) to enter more than one) |
d |
Number of differences (default is d=0) |
theta |
Moving average coefficients (use c( ) to enter more than one) |
sderror |
Standard deviation of the error term |
A time series simulated from the ARIMA(p,d,q) model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.