Skip to contents

Computes the prospective reserve for an h-pay whole life policy.

Usage

htVx(x, h, t, i, model = NULL, ..., tbl = NULL)

Arguments

x

Issue age.

h

Premium-paying period in years.

t

Duration.

i

Effective annual interest rate.

model

Optional parametric survival model name.

...

Additional model parameters.

tbl

Optional life table object.

Value

A numeric vector of values.

Examples

htVx(40, h = 10, t = 5, i = 0.05, model = "uniform", omega = 100)
#> [1] 0.1554969