[R] Help with arima.sim

Erin Hodgess erinm.hodgess at gmail.com
Sat Jul 12 15:01:11 CEST 2008


Hi Chris:

Please try:

 ts.sim <- arima.sim(list(order = c(2,1,0), ar = c(1.2,-0.4)), n = 200)

Hope this helps!

Sincerely,
Erin


On Sat, Jul 12, 2008 at 2:48 AM, Christopher Gürke
<christopher.guerke at gmx.de> wrote:
> Hey,
>
> as a bloddy beginner in R I want to simulate a Arima (2,1,0) process with R.
> My problem is, that I don't know how to specify the AR.
> For a ARIMA(1,1,0) I use the following syntax: S <-
> arima.sim(list(order=c(1,1,0), ar=0.9), n=100).
> I think it is a stupid question with an easy answer. But when I google the
> only results are arima.sim for an ARIMA (1,1,0).
>
> Regards,
>
> Chris
>
> --
> Christopher Gürke
> Eschersheimer Landstr. 38
> 60322 Frankfurt am Main
>
> +49 (69) 200 175 91
> +49 (179) 488 56 28
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com



More information about the R-help mailing list