Lambda_inv_exp_form {nhppp} | R Documentation |
Inverse of the definite integral of l = exp(alpha + beta*t)
at time t
Description
Inverse of the definite integral of l = exp(alpha + beta*t)
only for l+
.
Usage
Lambda_inv_exp_form(z, alpha, beta, t0)
Arguments
z |
(double) the value of integrated rate for which you want to find the time |
alpha |
(double) the intercept |
beta |
(double) the slope |
t0 |
(double) the starting time |
[Package nhppp version 0.1.4 Index]