Lambda_exp_form {nhppp}R Documentation

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

Description

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

Usage

Lambda_exp_form(t, alpha, beta, t0)

Arguments

t

(double) the time point

alpha

(double) the intercept

beta

(double) the slope

t0

(double) the starting time


[Package nhppp version 0.1.3 Index]