View source: R/iclogcondist_simulation_dist.R
qtllogis | R Documentation |
This function computes the quantiles of a truncated log-logistic distribution for a given probability vector.
qtllogis(q, shape = 1, scale = 1, upper_bound = Inf)
q |
A numeric vector of probabilities for which to calculate the quantiles. |
shape |
A positive numeric value representing the shape parameter of the log-logistic distribution. Default is |
scale |
A positive numeric value representing the scale parameter of the log-logistic distribution. Default is |
upper_bound |
A positive numeric value indicating the upper truncation point. Default is |
A numeric vector of quantiles corresponding to the given probabilities in q
.
# Calculate the 0.5 quantile of a truncated log-logistic distribution
qtllogis(0.5, shape = 2, scale = 1, upper_bound = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.