ShiftedGompertzDistribution
ShiftedGompertzDistribution[λ, ξ] represents a shifted Gompertz distribution with scale parameter λ and shape parameter ξ.
Examples
Create distribution:
dist = ShiftedGompertzDistribution[1, 2];Plot PDF:
Plot[PDF[ShiftedGompertzDistribution[1, 2], x], {x, 0, 5}]Mean and variance:
{Mean[dist], Variance[dist]}Please visit the official Wolfram Language Reference for more details.