View source: R/iclogcondist_simulation_dist.R
ptllogis | R Documentation |
This function computes the cumulative distribution function (CDF) of a truncated log-logistic distribution
at a given point x
.
ptllogis(x, shape = 1, scale = 1, upper_bound = Inf)
x |
A numeric vector at which to evaluate the CDF. |
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 the CDF values of the truncated log-logistic distribution at x
.
# Evaluate the CDF at x = 2 for a truncated log-logistic distribution
ptllogis(2, 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.