The mean absolute percentage error (MAPE) is a metric used to measure the accuracy of your regression model.
The calculator below helps you find the MAPE value. You need to provide the observed (actual) and predicted values, then click the ‘Calculate’ button:
MAPE = 6.34939%
The formula for calculating the MSE is as follows:
MAPE = (1/n) * Σ(|yi – ŷi|/yi * 100
Here, Σ
is the sum of values yi
is the observed value, ŷi
is the predicted value, n
is the number of observations.
I hope this calculator helps. Happy analyzing!