How to get the parameters when using auto.arima package in R?
ie: somehow call ARIMA4 and give me a string argument of this style:
ARIMA (2,1,0) (2,0,0) [12]
A manual way to check it is:
train<-ts(data,start=c(2010,1),frequency=365...
asked by
22.08.2016 / 14:37