Description Usage Arguments Value Examples
View source: R/distributions.R
Arbitrary precision reduced binomial probability distribution function rBinomial(x;N,p,R(x;r)), takes reduced quantiles rather than full quantiles.
1 | drbinomAPA(x, size, prob, red, precBits = 128, log = FALSE)
|
x |
Reduced count quantile (alternatively input reduction(x,r) if x is a full count quantile). |
size |
Number of trials. |
prob |
Probability of success for each trial. |
red |
The factor r by which x has been reduced. |
precBits |
Number of bits of precision for arbitrary precision arithmetic. |
The probability of observing quantile x.
1 2 | Y <- drbinomAPA(0:3, 20, 0.3, 10, precBits=64)
Y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.