Average delta value of a sequence of $N$ $8$-digit numbers

1.3k Views Asked by At

Given a sequence of $N$ $8$-digit numbers, how to calculate the average delta value, thanks.

1

There are 1 best solutions below

4
On

Divide the difference between the last element of the sequence and the first by $N-1$.