Displaying 2 results from an estimated 2 matches for "nmesh".
Did you mean:
mesh
2004 Apr 26
3
Adding regression surface to cloud plot
Hello!
I would like to add a plot of the regression surface to my cloud plot . Is it possible?
Thanks
Anne
[[alternative HTML version deleted]]
2011 Nov 22
1
Generate Simulation
...delta[,1]
for (t in 3:length(vec_IT)){
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 de...