Accuracy means getting a result that is close to the real answer. Precision means getting a similar result every time you try. But there is still ambiguity in the usage of terms "Precision" and "Accuracy" in English.

Suppose we want to select among different models (say ARIMA and ANN) for forecasting certain time-series data using some criterion (e.g., RMSE, MAE, AIC, R, etc.). It generally reduces to a comparison of errors between the two models using testing data! So, in such applications:

1) Which criteria is more appropriate to use?

2) Are we talking about a measure of precision or accuracy here? 

Similar questions and discussions