simModel3 | R Documentation |
Simulate an MA(1) model (Model #3)
simModel3(n = 100, mean = 0, theta = 0.5, sderror = 1)
n |
Length of the series to simulate |
mean |
Mean (theoretical) of the series |
theta |
Coeffiecient of error a(t-1) |
sderror |
Standard deviation of the error term |
A time series simulated from the MA(1) model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.