foremeas1 | R Documentation |
The inputs are the actual and the forecast values. We calculate the Mean Square Error (MSE) and Mean Absolute Error (MAE)
foremeas1(actx, forex)
actx |
actual values |
forex |
forecast values |
MSE = mean((act-fore)^2), MAE = mean(abs(act-fore))
MSE |
Mean square error |
MAE |
Mean absolute error |
c( person( "Erin", "Hodgess", email = "erinm.hodgess@gmail.com", role = c("aut", "cre") ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.