作者TZULIU (消费券收购商)
看板Statistics
标题[程式] R Interrupted Time Series
时间Fri May 20 01:01:58 2016
[软体程式类别]:
R
[程式问题]:
Time Series
[软体熟悉度]:
请把以下不需要的部份删除
熟悉
[问题叙述]:
透过ACF和PACF来看,我的资料应该是Random Walk---ARIMA(0,1,0),
我想进行intervention analysis,但却出现错误讯息如下:
Error in stats:::arima(x, order = order, seasonal = seasonal, fixed = par[1:narma], :
wrong length for 'fixed'
[程式范例]:
程式码如下:
cpI2 <- arima(irts2$poll_p1_ipo, order=c(0,1,0),
xtransf=irts2$inter2, transfer=list(c(0,0)) )
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 168.150.120.191
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1463677320.A.E75.html
※ 编辑: TZULIU (168.150.120.191), 05/20/2016 01:03:03
※ 编辑: TZULIU (168.150.120.191), 05/20/2016 01:03:31