No BSD License  

Highlights from
Reinsurance Demo

image thumbnail
from Reinsurance Demo by Kas Sharma
Demo: GUI that prices a reinsurance contract based on "Excess of Loss" terms.

las(x, B, Q, P, S, T)
function averageSeverity = las(x, B, Q, P, S, T)

i=1;

averageSeverity(1) = (P(i) * S(i)) + ... 
    ((1 - P(i))/(Q(i) - 1))* ... 
    ((B(i) + Q(i) * T(i)) - ...
    (B(i) + x(i)) * ((B(i) + T(i))/(B(i) + x(i)))^Q(i));

Contact us at files@mathworks.com