https://github.com/vi/wilson
Simple Rust library to calculate Wilson confidence interval using the formula from Wikipedia.
https://github.com/vi/wilson
confidence-intervals mathematics probability rust statistics wilson
Last synced: about 1 year ago
JSON representation
Simple Rust library to calculate Wilson confidence interval using the formula from Wikipedia.
- Host: GitHub
- URL: https://github.com/vi/wilson
- Owner: vi
- Created: 2024-04-08T20:42:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T21:04:06.000Z (about 2 years ago)
- Last Synced: 2025-03-09T20:17:48.927Z (over 1 year ago)
- Topics: confidence-intervals, mathematics, probability, rust, statistics, wilson
- Language: Rust
- Homepage: https://crates.io/crates/wilson
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Rust library to calculate a binomial proportion confidence interval using [Wilson formula][W].
[W]:https://en.wikipedia.org/wiki/Binomial_proportion_confidence_interval#Wilson_score_interval
See also: https://crates.io/crates/bpci