hp.nqx: Heligman-Pollard parameter conversion to age-specifc...

Description Usage Arguments Value References See Also Examples

View source: R/hp.nqx.R

Description

Converts a set of Heligman-Pollard mortality model parameters into age-specific probabilities of death

Usage

1
hp.nqx(H.out, age = seq(0, 85, 1))

Arguments

H.out

A vector of length eight containing the values for the eight parameters of the model

age

A vector containing the ages at which the probability of death will be calculated

Value

Set of age specific probabilities of death equal to the length of age

References

Heligman, Larry and John H. Pollard. 1980 "The Age Pattern of Mortality." Journal of the Institute of Actuaries 107:49–80.

See Also

hp.lifetab

Examples

1
2
3
theta <- cbind(0.06008, 0.31087, 0.34431, 0.00698,
           1.98569, 26.71071, 0.00022, 1.08800)
nqx <- hp.nqx(H.out=theta)

HPbayes documentation built on May 2, 2019, 5:53 a.m.