Skip to contents

Makes a distribution belonging to the family of bernoulli distributions.

Usage

dst_bern(prob)

Arguments

prob

Probability of success.

Examples

dst_bern(0.3)
#> [1] "binom"      "parametric" "dst"       
#> 
#>  name :
#> [1] "binom"