gompertz | R Documentation |
The intensity function (or hazard function) for the Gompertz-Makeham law of mortality distribution is defined as
h(x) = \alpha e^{\beta x} + \lambda
with \alpha, \beta, \lambda \in {R}_+
.
gompertz(alpha, beta, lambda = 0)
alpha |
Non-negative real parameter. |
beta |
Non-negative real parameter. |
lambda |
Non-negative real parameter. |
A C++ version of this function is available. See vignette('IBMPopSim_cpp')
for more details.
Function which associates x
to \alpha exp(\beta x) + \lambda
.
https://en.wikipedia.org/wiki/Gompertz%E2%80%93Makeham_law_of_mortality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.