mortalityTable.deMoivre-class: Class mortalityTable.deMoivre - Mortality table with de...

mortalityTable.deMoivre-classR Documentation

Class mortalityTable.deMoivre - Mortality table with de Moivre's law

Description

A period life table with maximum age omega dn the time of death identically distributed on the interval [0, omega]. The only required slot is the maximum age omega, all probabilities are calculated from it. Optionally, a name and loading can be passed (inherited from mortalityTable).

Slots

omega

Maximum age

Examples

mm = mortalityTable.deMoivre(100)
plot(mm,
     mortalityTable.deMoivre(90),
     mortalityTable.deMoivre(50))


MortalityTables documentation built on Nov. 2, 2023, 5:52 p.m.