egeom | R Documentation |
This function computes the expectiles of the geometric distribution.
egeom(probs,p)
probs |
Numeric vector of probabilities with values in (0,1). |
p |
Success probability. Must be between 0 and 1. |
The geometric distribution with prob = p has density p(x) = p (1-p)^x for x = 0, 1, 2, …, 0 < p ≤ 1.
Antoine Usseglio-Carleve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.