Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/pages/regression/MAAPE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MAAPE - Mean Arctangent Absolute Percentage Error

.. math::

MAAPE = \frac{100}{n} \sum_{i=1}^{n} \left|\frac{A_i - F_i}{A_i}\right| \arctan\left(\frac{A_i - F_i}{A_i}\right)
MAAPE = \frac{100}{n} \sum_{i=1}^{n} \arctan\left(\left|\frac{A_i - F_i}{A_i}\right|\right)

where A_i is the i-th actual value, F_i is the i-th forecasted value, and n is the number of observations.

Expand Down