View source: R/table.dist.geometric.R
table.dist.geometric | R Documentation |
Calculates probabilities for the geometric distribution and includes cumulative probabilities from each tail.
table.dist.geometric(p, max.x = ceiling(4 * (1 - p)/p^2))
p |
Scalar - probability of "success" |
max.x |
Scalar - maximum value of x to include (this is an infinite distribution) |
A data frame with x, probability at x, and cumulative probability from each tail to x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.