Lambda_linear_form | R Documentation |
l = intercept + slope*t
at time t
with L(t0) = 0
Definite integral of l = intercept + slope*t
starting at
t0
– only for l+
.
Lambda_linear_form(t, intercept, slope, t0)
t |
(double) the time point |
intercept |
(double) the intercept |
slope |
(double) the slope |
t0 |
(double) the starting time |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.