Skip to content

Releases: dunlr/binomqlr

binomqlr v0.1.0

14 Jul 18:10

Choose a tag to compare

First Release!

binomqlr::binProb() has been added.

Description

Calculates the probability that min <= X <= max, given X~Bin(n,p).

Usage

binProb(n, p, min, max)