▸Lognormal(mu=0, sigma=1): mean 1.6487, median 1.0000
- The mean is 1.6487, the median is 1.0000, and the mode is 0.3679.
- Because the mean exceeds the median, the distribution is right-skewed: a long tail extends toward large values, and the typical (median) value is below the average.
- Skewness is 6.1849. Higher sigma values produce heavier right tails and greater skewness.
- At x = 1: 50.00% of the distribution lies at or below this value, and 50.00% lies above it.
Next stepIf you collected real data, you can back out mu and sigma from the sample by computing the mean and standard deviation of the log-transformed values.