
Last chance! 50% off unlimited learning
Sale ends in
approximates a(x) using interval midpoints (except a0, which is estimated using a rule-of-thumb formula scaled by m0)
axMidpoint(Mx, n)
a numeric vector of central death rates, defined as deaths/exposure.
a numeric vector of the age-interval widths. Must be the same length as Mx.
returns a numeric vector of ax values
All values will be in the exact middle of the age interval, except for a0, which uses: a0 = .07 + 1.7 * M0
.
formula for a0 as suggested by: Keyfitz, N. (1970), Finding probabilities from observed rates, or how to make a life table. The American Statistician (1970), pp. 28-33
See Also axEstimate
, a wrapper function for this and 3 other a(x) estimation methods (axKeyfitz
,axSchoen
and axPreston
).