Sum of Absolute Difference Calculator

Online calculator for the statistics SAD of data series


This function calculates the sum of the absolute difference between two data series. The sum of the absolute difference (SAD) is a statistical variable that can be used to determine the deviation of the measured values of two series.

For the calculation, enter the X series data and the Y series data. The individual numbers are separated by semicolons or spaces. Then click on the 'Calculate' button.


SAD calculator

Input
Serie X
Serie Y
Decimal places
Result
Deviation

SAD Formula


\(\displaystyle d_{\mathbf{SAD}} : (x, y) \mapsto \|x-y\|_1 \) \(\displaystyle = \sum_{i=1}^{n} |x_i-y_i|\)

Example

\(\displaystyle x= 1+2+3+4+5 \)

\(\displaystyle y= 3+5+6+7+3 \)

\(\displaystyle SAD=|3-1|+|5-2|+|6-3|+|7-4|+|3-5|\)

\(\displaystyle \;\;\;\;\;\;\;\;\;\;=2+3+3+3+2 = 13\)


More Statistics Functions

Dice Coefficient
Hellinger Distance
Jaccard Index
MAE - mean absolute error
MSE - mean squared error
SAD - sum of absolute difference
SSD - sum of squared difference

Ist diese Seite hilfreich?            
Vielen Dank für Ihr Feedback!

Das tut uns leid

Wie können wir die Seite verbessern?