Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Enum graphomate.ui.charts.enums.DeviationType


graphomate.ui.charts.enums.DeviationType.Percent

Image AddedCalculates a relative deviation using the formula (measure - base) * 100 / |base|.


graphomate.ui.charts.enums.DeviationType.Absolute

Image Added

Calculates an absolute deviation using the formula measure - base.