dst_nbinom: Negative binomial Distribution

View source: R/dst_nbinom.R

dst_nbinomR Documentation

Negative binomial Distribution

Description

Makes a distribution belonging to the family of negative binomial distributions.

Usage

dst_nbinom(size, prob)

Arguments

size

Target for number of successful trials; non-negative.

prob

Probability parameter; between 0 and 1.

Examples

dst_nbinom(10, 0.5)

vincenzocoia/distionary documentation built on March 5, 2024, 3:13 a.m.