Skip to content

Fix MAAPE formula in documentation#15

Open
alexanderscherrmann wants to merge 1 commit intothieu1995:masterfrom
alexanderscherrmann:patch-2
Open

Fix MAAPE formula in documentation#15
alexanderscherrmann wants to merge 1 commit intothieu1995:masterfrom
alexanderscherrmann:patch-2

Conversation

@alexanderscherrmann
Copy link
Copy Markdown

📑 Description

The Formula of the MAAPE as it currently is on the website has an error, specifically having the absolute value before the arctan and thereby summing the product of absolut error fraction and the arctan, instead of the arctan of the error fraction. Therefore, the changes are

Correction of

\left|\frac{A_i - F_i}{A_i}\right| \arctan(\frac{A_i - F_i}{A_i})

to

\arctan(\left|\frac{A_i - F_i}{A_i}\right|)

according to the formula

✅ Checks

  • My pull request adheres to the code style of this project

ℹ Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant