I have posted this question, not sure how to move that question to this stats.stackexchange.com. https://stackoverflow.com/questions/28702634/predictive-accuracy-formula-in-excel-or-r?noredirect=1#comment45695509_28702634
Recently, I have built a model and I have the output similar to this below. The output is in the Excel. I am trying to understand if prediction error can be calculated in the Excel? For example, could I write a formula (RMSE, SSE, MSE) in excel to determine the predictive accuracy for the table below?
Basically, can I calculate the prediction error for the predicted sales given actual sales? pred_minus_acutal and (predicted - actual)/actual are just scenarios I tried. That may not be right way to get the prediction error.
I am not sure if these ideas are right either. Thanks!
customer id predicted_sales actual_sales 1A 100 150 2A 200 100 3A 300 256 1B 100 300 4B 400 390 6B 500 502