View source: R/zeroInflatedTailAdjustedBeta.R
dzitab | R Documentation |
Zero-inflated Tail-adjusted Beta Probability Density Function
dzitab(x, mu, phi, delta, pi, log = FALSE)
x |
vector of (non-negative) values. |
mu |
mean/s in (0, 1) for the beta distribution. |
phi |
dispersion parameter (positive) for the beta distribution. |
delta |
rounding parameter in (0, 0.5) for the tail adjustment. |
pi |
vector of (real lying in [0, 1]) zero-inflation parameters. |
log |
logical; if TRUE, probabilities, p, are given as log(p). |
The (log) probability mass at x, given mu, phi, delta and pi.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.