loglogistic (num location, num scale, num shape[, num stream])
Returns a random sample from a log logistic distribution
Function |
Outcome |
Description |
loglogistic(γ, β, α, stream) is a non-negative continuous probability distribution. |
Inputs |
γ is the location parameter ∈ ( - ∞, ∞ ) |
Outputs |
range = ( γ, ∞ ) |
Possible Applications |
Used to model the time to perform some task. |
Example |
loglogistic(0, 1, 2, 5); |