A violin plot is an easy to read substitute for a box plot that replaces the box shape with a kernel density estimate of the data, and optionally overlays the data points itself. The original boxplot ...
Copula = @(um, vm) integral2(@(u,v) exp(multipliers(1) - multipliers(2)*u - multipliers(3)*u.^2 ... - multipliers(4)*v - multipliers(5)*v.^2 - multipliers(6)*u.*v), 0 ...