Skip to main content

All Questions

1 vote
0 answers
55 views

Sort a set of arrays such that the mean-member delta of each array position is minimized

Given n number of arrays A in the format An = [xn, yn, zn] where X, Y, and Z are collections in the format X = [x1, x2, x3, ...xn], Y = [y1, y2, y3, ... yn], and Z = [z1, z2, z3, ...zn], create a ...
BusyBusinessAnalyst's user avatar
1 vote
1 answer
525 views

Distribution probability of elements and pair-wise differences in a sorted list

Suppose a set of $m$ integers from $0$ to $n-1$. The integers are uniformly distributed and unique in the set ($n \gg m$). Then, put all the integers into a list an sort that list: $$x_0 < x_1 < ...
doc's user avatar
  • 1,307