Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Enum graphomate.ui.charts.enums.DeviationType
graphomate.ui.charts.enums.DeviationType.Percent
Calculates a relative deviation using the formula (measure - base) * 100 / |base|.
graphomate.ui.charts.enums.DeviationType.Absolute
Calculates an absolute deviation using the formula measure - base.