search for: aut0

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

Did you mean: aut
2008 Dec 07
0
Generating output from auto.arima()
...o.arima() to fit a model and output the R^2 of the model and the parameters. I know how to fit each model but I am having trouble generating the necessary output. I have this. x = c(-0.007004338981206, 0.0022575799741098, 0.0124541354151786, ...) # there are several hundred observations x_class = aut0.arima(x, d = 0, max.p = 20, min.p = 20) #define x_class as specified ARIMA order = x_class[7] #get model order However, I am unsure how to calculate the r^2 of the fitted model. How would I go about calculating that value? [[alternative HTML version deleted]]