dst_geom: Geometric Distribution

View source: R/dst_geom.R

dst_geomR Documentation

Geometric Distribution

Description

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)

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