WLJS LogoWLJS Notebook

LogGammaDistribution

LogGammaDistribution[α, β, μ] represents a log-gamma distribution with shape parameters α and β and location parameter μ.

Examples

dist = LogGammaDistribution[2, 1, 0];
PDF[dist, x]
RandomVariate[LogGammaDistribution[1, 2, 0], 5]

Please visit the official Wolfram Language Reference for more details.

On this page