Skip to content

Commit

Permalink
💚 Fix the README and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jul 29, 2022
1 parent d2f82e3 commit 5a2d174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Pavel Perestoronin <eigenein@gmail.com>"]
readme = "README.md"
repository = "https://github.com/eigenein/bpci"
license = "MIT"
keywords = ["statistics", "data-analysis", "wilson-score", "proportion", "binomial", "agresti-coull", "wald", "interval"]
keywords = ["statistics", "data-analysis", "proportion", "binomial", "interval"]
categories = ["mathematics", "science", "algorithms"]

[features]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ fn main() {
}
```

## Intervals

### [Wilson score interval](https://en.wikipedia.org/wiki/Binomial_proportion_confidence_interval#Wilson_score_interval)

```rust
Expand Down

0 comments on commit 5a2d174

Please sign in to comment.