Lambda_exp_form: Definite integral of 'l = exp(intercept + slope*t)' at time...

View source: R/utils-linear.R

Lambda_exp_formR Documentation

Definite integral of l = exp(intercept + slope*t) at time t with L(t0) = 0

Description

Definite integral of l = exp(intercept + slope*t) starting at t0 – only for ⁠l+⁠.

Usage

Lambda_exp_form(t, intercept, slope, t0)

Arguments

t

(double) the time point

intercept

(double) the intercept

slope

(double) the slope

t0

(double) the starting time


nhppp documentation built on Oct. 30, 2024, 9:28 a.m.