Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 624 Bytes

pop-prob-cli

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

Usage

Run the following cargo command:

cargo install pop-prob-cli