qbetabinom.ab: Quantile function for the beta-binomial distribution

qbetabinom.abR Documentation

Quantile function for the beta-binomial distribution

Description

Standard qbetabinomial.ab function which is missing from the VGAM package.

Usage

qbetabinom.ab(p, size, shape1, shape2)

Arguments

p

Mean value of the beta-binomial distribution.

size

Size of the beta-binomial.

shape1

First parameter of the beta distribution for p.

shape2

Second parameter of the beta distribution for p.

Value

A quantile of the distribution.

See Also

VGAM package.

Examples

qbetabinom.ab(p = 0.5, size = 50, shape1 = 0.2, shape2 = 0.25)

ExomeDepth documentation built on Nov. 3, 2022, 5:05 p.m.