Generate a (deterministic) mortality table with all probabilities starting at a given age set to 1
mortalityTable.onceAndFuture(
transitionAge,
name = "Deterministic mortality table",
ages = 0:99
)
The age where the deterministic transition occurs
The name of the table
The ages of the table