I have developed three neural network models for monthly rainfall forecasting the first has three input, which is the values of the previous three months. the second has six inputs and the third has 12 input. Now I would like to evaluate my models by comparing them with a statistical models.

I have read that the auto regression model is the best one for my case.

My questions are:

1- is "autoregressive" and "auto regression" the same? (I am confused about this)

2- if you think comparing with auto regression is not a good idea, what would you advise instead?

3- I know how to create a multiple linear regression model using SPSS, is it the same to do for auto-regression if a made the columns in this way [$(t), (t-1), (t-2), (t-3),...$]?

Thank you very much

Similar questions and discussions