Skip to contents

Computes \(P({}_{n|}\ddot{a}_x) = {}_{n|}\ddot{a}_x / \ddot{a}_{x:\overline{n}|}\).

Usage

PnAdotx(x, n, i, model, ...)

Arguments

x

Issue age.

n

Deferral period.

i

Effective annual interest rate.

model

Survival model.

...

Additional model parameters.

Value

Numeric vector.

Examples

PnAdotx(40, n = 20, i = 0.05, model = "uniform", omega = 100)
#> [1] 0.2651853