Last chance! 50% off unlimited learning
Sale ends in
These functions evaluate survival and death probabilities for two heads.
exyt(objectx, objecty, x, y, t, status = "joint")pxyt(objectx, objecty, x, y, t, status = "joint")
qxyt(objectx, objecty, x, y, t, status = "joint")
lifetable
for life X.
lifetable
for life Y.
Age of life X.
Age of life Y.
Time until survival has to be evaluated.
Either "joint"
for the joint-life status model or "last"
for the last-survivor status model (can be abbreviated).
A numeric value representing joint survival probability.
The function is provided as is, without any warranty regarding the accuracy of calculations. The author disclaims any liability for eventual losses arising from direct or indirect use of this software. Also it is being Deprecated and asap removed from the package.
Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.
# NOT RUN {
data(soa08Act)
pxyt(soa08Act, soa08Act, 65, 70,10)
pxyt(soa08Act, soa08Act, 65, 70,10, "last")
# }
Run the code above in your browser using DataLab