pop-prob-cli

Crates.iopop-prob-cli
lib.rspop-prob-cli
version0.1.1
sourcesrc
created_at2021-01-08 07:12:12.172074
updated_at2021-01-08 16:28:00.823519
descriptionA population probability calculator
homepage
repositoryhttps://github.com/beamer159/pop-prob-cli/
max_upload_size
id334212
size12,520
(beamer159)

documentation

README

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
Commit count: 4

cargo fmt