Displaying 1 result from an estimated 1 matches for "allarima".
Did you mean:
allafrica
2007 Oct 01
1
saving and loading complex objects
...nn ) {
pp=paste( "C://Program Files//R//R-2.5.1//arima//",nn, sep="")
pp=paste( "save( x, file=", sQuote(pp),")", sep="" )
eval(parse(text=pp))
} # end of function: SaveObj
load( file="C://Program Files//R//R-2.5.1//arima//amex" )
allArima=function( yy, popSize=10, generations=5 ){
nn = names(yy)
for( i in 1:dim(yy)[2] ) {
print( paste( " iter: ", i, "name: ", " ", names(yy)[i],sep="") )
# data AVY Note lagxy <- CreateColumnSpace( yy, column = i, st...