| Stability | experimental |
|---|---|
| Maintainer | Alexey Khudyakov <alexey.skladnoy@gmail.com> |
Data.Histogram.Bin.Extra
Description
Extra binning algorithms
- data BinPermute b
- permuteBin :: Bin b => (Int -> Int) -> b -> Maybe (BinPermute b)
Documentation
data BinPermute b Source
Direct permutation of indices.
Instances
| Read BinI => Read (BinPermute BinI) | |
| Show b => Show (BinPermute b) | |
| Bin b => Bin (BinPermute b) |
permuteBin :: Bin b => (Int -> Int) -> b -> Maybe (BinPermute b)Source
Constuct bin permutation from function.