mortalityTable.deMoivre-class {MortalityTables} | R 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))
[Package MortalityTables version 2.0.5 Index]