Safe Haskell | None |
---|---|
Language | Haskell2010 |
Specialized to Double, Unboxed Vectors
Double bins of unequal sizes. Bins are defined by a vector of cuts marking bounadries between bins (The entire range is continuous. There are n+1 cuts for n bins Cuts are assumed to be in ascending order Specialized on Data.Vector.Unboxed TODO: Generic Vector type. Type paramter:
v
- type of vector used to define bin cuts