search for: arima_fit

Displaying 1 result from an estimated 1 matches for "arima_fit".

2009 Dec 03
0
Problem with predict() and factors
...the raw data hist(modelSource) plot(density(modelSource,na.rm=TRUE)) plot(sort(modelSource),pch=".") for(i in names(mcReg)) { pairs(modelSource ~ .,mcReg[[i]], main=paste("Model - MIPS vs",i)) } #Build the list to store our results linearModel <- list() residuals <- list() arima_Fit <- list() arima_AO <- list() arima_IO <- list() newcReg <- list() newfReg <- list() newmcReg <- list() newmfReg <- list() newFit <- list() newForecast <- list() # Following won't work until mcReg contains full variety linearModel[[1]]=lm(modelSource ~ + UNITBUILD + UN...