Displaying 1 result from an estimated 1 matches for "vec_mean_col".
2011 Nov 22
1
Generate Simulation
...mat_DELTA[,t]<-mat_delta[,t] - a_1*mat_delta[,t-1]
- a_2*mat_delta[,t-2]
}
mat_DELTA[,1]<-DELTA_1
mat_DELTA[,2]<-DELTA_2
for (k in 1:length(nmesh)){
mean_m<-as.numeric(vec_mean_col)
DELTA<-U_i*mat_DELTA
D<-mean_m + t(DELTA)
}
}
I want to implement this formula for 50 simulations!
any idea?
Thanks a lot!
[[alternative HTML version deleted]]