powered by
Expected residual life.
exn(object, x, n, type = "curtate")
A numeric value representing the expected life span.
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).
"Tx"
"complete"
"continuous"
"Kx"
"curtate"
Giorgio Alfredo Spedicato
Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.
lifetable
#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