Skip to contents

Computes \({}_n q_{xy}^{\hspace{1mm}1} = \int_0^n {}_tp_{xy}\mu_{y+t}\,dt\) under independence.

Usage

tqyx1(x, y, n, tbl = NULL, model = NULL, ...)

Arguments

x

Age of first life.

y

Age of second life.

n

Term in years.

tbl

Life table.

model

Survival model.

...

Additional model parameters.

Value

Numeric vector.

Examples

tqyx1(40, 50, n = 10, model = "uniform", omega = 100)
#> [1] 0.1833333