Histogram to Vector
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)
vec |
a histogram vector or ordered set of binned counts |
startVal |
the initial value of the first bin element |
incr |
the increment rate of each subsequent bin value |
A vector of bin values with appropriate counts of each.
Rob Casey rob@iris.washington.edu
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.