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

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.