Last chance! 50% off unlimited learning
Sale ends in
Expected residual life.
exn(object, x, n, type = "curtate")
A lifetable/actuarialtable object.
Attained age
Time until which the expected life should be calculated. Assumed omega - x whether missing.
Either "Tx"
, "complete"
or "continuous"
for continuous future lifetime,
"Kx"
or "curtate"
for curtate furture lifetime (can be abbreviated).
A numeric value representing the expected life span.
Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.
# NOT RUN {
#loads and show
data(soa08Act)
exn(object=soa08Act, x=0)
exn(object=soa08Act, x=0,type="complete")
# }
Run the code above in your browser using DataLab