Given a sequence of $N$ $8$-digit numbers, how to calculate the average delta value, thanks.
Average delta value of a sequence of $N$ $8$-digit numbers
2
$\begingroup$
calculus
average
-
0That is: add up the delta-values, and divide by how many delta-values you a$r$e using; to get the average-delta-value. – 2012-11-03
1 Answers
1
Divide the difference between the last element of the sequence and the first by $N-1$.
-
0@DanBrumleve How does it work? – 2018-09-20