Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
DeviationType
DeviationType
Mar 28, 2017
Enum graphomate.ui.enums.DeviationType
graphomate.ui.enums.DeviationType.Percent
Calculates a relative deviation using the formula (measure - base) * 100 / |base|.
graphomate.ui.enums.DeviationType.Absolute
Calculates an absolute deviation using the formula measure - base.