---
title: "MAPD% Plot"
canonical: "https://servicedesk.maxgeo.com/space/MAXGEO/1066270758/MAPD%25%20Plot"
format: markdown
---
Formula for y axis ((a-b)/2 | / ( ( a+b) /2))*100

```none
((a-b)/2|/((a+b)/2))*100
```

 Same as a Rank HARD Plot

Each value in the chart is calculated by the following:

```
MAPD%=(Abs(Repeat–Original)/2)/((Repeat+Original)/2)
```