Lambda_exp_form {nhppp} | R Documentation |
l = exp(alpha + beta*t)
at time t
with L(t0) = 0
Definite integral of l = exp(alpha + beta*t)
starting at
t0
– only for l+
.
Lambda_exp_form(t, alpha, beta, t0)
t |
(double) the time point |
alpha |
(double) the intercept |
beta |
(double) the slope |
t0 |
(double) the starting time |