If vec
represents a set of binned counts of incrementing values (ascending)
return a vector of associated bin values with the proper count of each value. Intended
for internal use.
unHistogram(vec, startVal, incr)
A vector of bin values with appropriate counts of each.
a histogram vector or ordered set of binned counts
the initial value of the first bin element
the increment rate of each subsequent bin value
Rob Casey rob@iris.washington.edu