Skip to contents

Makes a distribution belonging to the family of binomial distributions.

Usage

dst_binom(size, prob)

Arguments

size

Number of trials.

prob

Success probability for each trial.

Examples

dst_binom(10, 0.6)
#> [1] "binom"      "parametric" "dst"       
#> 
#>  name :
#> [1] "binom"