Versions Compared

Key

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

Enum graphomate.ui.charts.enums.DeviationType


deprecated since graphomate.ui.charts v1.1.3 - use graphomate.ui.enums.DeviationType instead


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.