#population #probability #unique #cli #tool #calculator #sample

app pop-prob-cli

A population probability calculator

2 releases

0.1.1 Jan 8, 2021
0.1.0 Jan 8, 2021

#1443 in Math

25 downloads per month

MIT license

8KB
142 lines

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

Dependencies

~1MB
~17K SLoC