Learn R Programming

nhppp (version 1.0.2)

Lambda_linear_form: 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