Description Usage Arguments Value See Also Examples
View source: R/NegativeBinomial.R
Evaluate the cumulative distribution function of a negative binomial distribution
1 2 |
d |
A |
x |
A vector of elements whose cumulative probabilities you would
like to determine given the distribution |
... |
Unused. Unevaluated arguments will generate a warning to catch mispellings or other possible errors. |
A vector of probabilities, one for each element of x
.
Other NegativeBinomial distribution:
pdf.NegativeBinomial()
,
quantile.NegativeBinomial()
,
random.NegativeBinomial()
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.