MMyerson | R Documentation |
Quantile function for Modified Myerson distribution.
qMMyerson(
p,
q1,
q2,
q3,
alpha = 0.25,
sfun = stats::qnorm,
lower.tail = TRUE,
log.p = FALSE
)
p |
vector of probabilities |
q1 , q2 , q3 |
numeric values representing bottom quantile, middle quantile (50th percentile) and top quantile. Quantiles are assumed to be symmetrical. |
alpha |
numerical fixed proportion of distribution below the bottom quantile. Default value is 0.25 |
sfun |
function; standard vectorized quantile function with a single depth parameter |
lower.tail |
logical; if TRUE (default), probabilities are |
log , log.p |
logical; if TRUE, probabilities p are given as log(p) |
a vector of quantiles of length equal to length(x)
pgrd <- make_pgrid()
qMMyerson(pgrd, 10, 20, 40, alpha=0.1, sfun=stats::qlogis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.