Lambda_inv_linear_form: Inverse of the definite integral of 'l = intercept + slope*t'...

View source: R/utils-linear.R

Lambda_inv_linear_formR Documentation

Inverse of the definite integral of l = intercept + slope*t at time t

Description

Inverse of the definite integral of l = intercept + slope*t only for ⁠l+⁠.

Usage

Lambda_inv_linear_form(z, intercept, slope, t0)

Arguments

z

(double) the value of integrated rate for which you want to find the time

intercept

(double) the intercept

slope

(double) the slope

t0

(double) the starting time


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