pop-prob-cli is a CLI tool that leverages pop-prob. It can perform the following:
- Calculate the most likely population size from a sample from this population (with replacement) and the number of unique elements within this sample
- Calculate the probability that a population is a given size from a sample from this population (with replacement) and the number of unique elements within this sample
- Calculate the likelihood of selecting a given number of unique elements from a sample from a population of a given size
Run the following cargo command:
cargo install pop-prob-cli