WLJS LogoWLJS Notebook

LogLogisticDistribution

LogLogisticDistribution[γ, σ] represents a log-logistic distribution with shape parameter γ and scale parameter σ.

Examples

dist = LogLogisticDistribution[2, 1];
PDF[dist, x]
RandomVariate[LogLogisticDistribution[3, 2], 5]

Please visit the official Wolfram Language Reference for more details.

On this page