Binomial-logit-normal | R Documentation |
Density, distribution function, quantile function, and random generation for
the binomial-logit-normal distribution with mean equal to mean
and
standard deviation equal to sd
, as well as distribution parameter size
.
dbln(x, size, mean = 0, sd = 1, approximate = TRUE) dblnpp(x, size, mean = 0, sd = 1) pbln(q, size, mean = 0, sd = 1) qbln(p, size, mean = 0, sd = 1) rbln(n, size, mean = 0, sd = 1)
x, q |
A vector of quantiles |
size |
Number of trials |
mean |
A vector of means |
sd |
A vector of standard deviations |
approximate |
Approximate the integral rather than doing a full calculation.
The approximate mode generally matches the full integration, except in cases
where |
p |
A vector of probabilities |
n |
Number of observations, if |
dbln
gives the density
dblnpp
gives the density using C++
pbln
gives the distribution function
qbln
gives the quantile function
rbln
generates random deviates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.