mx2qx {lifecontingencies}R Documentation

Mortality rates to Death probabilities

Description

Function to convert mortality rates to probabilities of death

Usage

mx2qx(mx, ax = 0.5)

Arguments

mx

mortality rates vector

ax

the average number of years lived between ages x and x +1 by individuals who die in that interval

Details

Function to convert mortality rates to probabilities of death

Value

A vector of death probabilities

See Also

mxt, qxt, qx2mx

Examples


#using some recursion
qx2mx(mx2qx(.2))


[Package lifecontingencies version 1.3.11 Index]