Module 5 PDF
Module 5 PDF
Where N is the number of data points, y(i) is the i-th measurement, and y ̂(i) is its
corresponding prediction.
• Mean Absolute Percentage Error: MAPE is the mean absolute
percentage error, which is a relative measure that
essentially scales MAD to be in percentage units instead of
the variable’s units.
• Mean Absolute Scaled Error
• In time series forecasting, Mean Absolute Scaled Error (MASE) is
a measure for determining the effectiveness of forecasts
generated through an algorithm by comparing the predictions
with the output of a naïve forecasting approach. Let’s break this
down to understand in detail:
• Naïve Forecast
The naïve forecast is generated at any step by equating the
current forecast to the output from the last time step. For
example, prediction of sales of a company at the start of a month
is done by equating it to the actual sales from the last month
without considering any seasonal pattern.
Consider a time series with output for N steps given as y1, y2,
y3,…………yn