Model individual claim severity using distributions such as exponential, gamma, Pareto, and lognormal
You are given empirical or descriptive information about losses and asked to fit or recognize a severity distribution and compute moments.
Match the shape (skew, tail heaviness) to a distribution family — exponential and gamma for moderate tails, Pareto for very heavy tails, lognormal for multiplicative loss processes. Compute E[X], E[X^2], Var(X) using the standard tables, watching for which parameterization the formula uses. For policy modifications, compute E[X ∧ u] (limited expected value) directly from definitions.
E[X ∧ u] = ∫₀^u (1 - F(x)) dx; differentiate to recover the density.