Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nighthawk/bucketeer
Swift mini-framework for putting numerical items into buckets
https://github.com/nighthawk/bucketeer
Last synced: about 1 month ago
JSON representation
Swift mini-framework for putting numerical items into buckets
- Host: GitHub
- URL: https://github.com/nighthawk/bucketeer
- Owner: nighthawk
- License: mit
- Created: 2021-08-30T04:11:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T04:00:36.000Z (about 1 year ago)
- Last Synced: 2023-10-16T23:06:42.992Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bucketeer
A Swift mini-framework for analysing data, where you have a data set of different items, each item can have different metrics attached to it, and you want to put those into different buckets.
Feature set:
- `Bucketeer.buckets(by:option)`: Split data into buckets by fixed thresholds for each bucket, by having buckets of uniform width, or by buckets of the provided percentiles.
- Those buckets are `Codable`