R: search for the Right Seed(s) that Simulate AR(2) with its Coefficients(phi_1 and phi_2)

后端 未结 0 1519
天命终不由人
天命终不由人 2021-01-01 06:56

I want R to search for the seed(s) that will simulate `AR(2):

ar1.2 <- arima.sim(n = 100, model=list(ar=c(0.4, 0.5),         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题