p-square 0.1.1

The P-Square (P2) algorithm for dynamic calculation of quantiles without storing observations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# P-Square

[![Crates.io](https://img.shields.io/crates/v/p-square.svg)](https://crates.io/crates/p-square)
[![Documentation](https://docs.rs/p-square/badge.svg)](https://docs.rs/p-square/)
[![Tests](https://github.com/rotmh/p-square/actions/workflows/rust.yml/badge.svg)](https://github.com/rotmh/p-square/actions/workflows/rust.yml)

The P-Square (P2) algorithm for dynamic calculation of quantiles without storing observations.

See the [paper] for more about the algorithm.

See the [documentation].

## License

Licensed under the MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT).

[documentation]: https://docs.rs/p-square/
[paper]: https://www.cse.wustl.edu/~jain/papers/ftp/psqr.pdf