mortalityTable.Weibull-class: Class mortalityTable.Weibull - Mortality table with Weibull's law
Description
A period life table following Weibulls's law of a mortality rate
\(\mu\) increasing as a power of \(t\): $$\mu_{x+t} = k * (x+t)^n$$
The only required slots are the parameters \(k>0\) and \(n>0\), all probabilities
are calculated from them, for technical reasons a maximum age of 150 is
technically assumed. Optionally, a name and loading can be passed
(inherited from mortalityTable).