interp_lc_lim_estimate: Estimate LC with limited data parameters

interp_lc_lim_estimateR Documentation

Estimate LC with limited data parameters

Description

Estimate LC with limited data from a matrix of rates (age by dates).

Usage

interp_lc_lim_estimate(M, dates_in, dates_out, SVD = F)

Arguments

M

numeric. Matrix with many rows as ages and columns as dates_in.

dates_in

numeric. Vector of dates with input rates.

dates_out

numeric. Vector of dates for estimate a set of rates.

SVD

logical. Use Singular Value Decomposition for estimate b and k or Maximum Likelihood Estimation. Default FALSE for Maximum Likelihood Estimation.

Details

SVD for ax and bx. Fit a simple linear model for k and interpolate/extrapolate for objective dates.

References

\insertRef

Li2004DemoTools


timriffe/DemoTools documentation built on Jan. 28, 2024, 5:13 a.m.