Lambda_linear_form: Definite integral of 'l = intercept + slope*t' at time 't'...

View source: R/utils-linear.R

Lambda_linear_formR 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


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