Log-logistic distribution with shape parameter `g` and scale `s` (support `x > 0`).
LogLogisticDistribution[γ, σ]
LogLogisticDistribution[2, 3]
→ LogLogisticDistribution[2, 3]PDF[LogLogisticDistribution[2, 3], 1]
→ 9/50CDF[LogLogisticDistribution[2, 3], 1]
→ 1/10Mean[LogLogisticDistribution[g, s]]
→ Piecewise[{{(Pi*s*Csc[Pi/g])/g, g > 1}}, Indeterminate]