- Implement binary operations (`+`, `-`, `*`, `/`) on histograms.
- Fix issue [5](https://github.com/davehadley/bootstraphistogram/issues/5).
- Add `BootstrapMoment`, a class that calculates the first three moments of the filled data.
- Improve tests and documentation.
- Speed improvements when filling with small arrays.