evalImpulseModel {LineagePulse}R Documentation

Compute value of impulse function given parameters.

Description

Compute value of impulse function given parameters. Enforces lower bound on value of function to avoid numerical errors during model fitting.

Usage

evalImpulseModel(vecImpulseParam, vecTimepoints)

Arguments

vecImpulseParam

(numeric vector number of impulse model parameters 7) {beta1, beta2, h0, h1, h2, t1, t2} Vector of impulse model parameters.

vecTimepoints

(numeric vector length number of time points) Time points to be evaluated.

Value

vecImpulseValue (vec number of vecTimepoints) Model values for given time points.

Author(s)

David Sebastian Fischer

See Also

Compiled version: evalImpulseModel_comp


[Package LineagePulse version 1.4.0 Index]