evalImpulse: Compute value of impulse function given parameters.

Description Usage Arguments Value Author(s) See Also

View source: R/srcImpulseDE2_evalImpulse.R

Description

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

Usage

1
evalImpulse(vecImpulseParam, vecTimepoints)

Arguments

vecImpulseParam

(numeric vector number of impulse model parameters) {beta, 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: evalImpulse_comp


ImpulseDE2 documentation built on April 28, 2020, 9:19 p.m.