Displaying 2 results from an estimated 2 matches for "b0f".
Did you mean:
b0
2011 Sep 14
3
Loops
...am going to predict with this models.
my first code:
for(ar.ord in 1:3){
for(ma.ord in 1:3){
print(predict(arima(para_qtr[1:(n-8),1],order=c(ar.ord,1,ma.ord)),
n.ahead=8)$pred)
}
}
this one works. but I want to "save" my results in a matrix or a data.frame.
my second code:
foreL<-8
b0f<-matrix(nrow=9, ncol=foreL)
for(i in 1:9){
for(ar.ord in 1:3){
for(ma.ord in 1:3){
b0f[i,]<-c(predict(arima(para_qtr[1:(n-8),1],order=c(ar.ord,1,ma.ord)),
n.ahead=foreL)$pred)
}
}
}
sure- this one doesn't work. the matrix b0f only consists of the forecast of
the ARIMA(3,1,3)-model. I need...
2008 Oct 14
1
FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks
...aBl:l (e)n taetr :X ilnotc0kx 8v0i_oslyastciaolnl
[thread pid 53 tid 100052 ]
Stopped at kdb_enter_why+0x3a: movl $0,kdb_why
db> <Enter>
xD2B0:
s-t-a-c ks ybsaccakltlr a(c4:,
Fdrbe_etBrSaDc eE_LsFe3l2f,_ wwrraiptpee)r,( c0ibp3 e=0 308x,2e8a1fbe1a793e3c,, ce0s8p1 0=3 303x,b0f,befaef9e2ac9,e ce,b.p. .=) 0axtb fdbbf_etlr7a8ce-_-s-e
6fV_OwPr_aLpOpCeKr:+ 00xx2c6b
,3k0ddbc_0baicsk tnroatc el(o0c,keeadf ebau9te cs,hco0ualadc 9bbe5
deKaDfBe:a 9efnct,ecrb:4 2l8o6cek ,v.i.o.l)a taito nk
[thread pid 766 tid 100137 ]
Stopped at kdb_enter_why+0x3a: movl $0,kdb_why
db&...