Skip to contents

Makes a distribution belonging to the family of geometric distributions.

Usage

dst_geom(prob)

Arguments

prob

Probability of success in each trial; 0 < p <= 1.

Examples

dst_geom(0.4)
#> [1] "geom"       "parametric" "dst"       
#> 
#>  name :
#> [1] "geom"