Lambda_linear_form {nhppp} | R Documentation |
Definite integral of l = intercept + slope*t
at time t
with L(t0) = 0
Description
Definite integral of l = intercept + slope*t
starting at
t0
– only for l+
.
Usage
Lambda_linear_form(t, intercept, slope, t0)
Arguments
t |
(double) the time point |
intercept |
(double) the intercept |
slope |
(double) the slope |
t0 |
(double) the starting time |
[Package nhppp version 1.0.0 Index]