evalSigmoid: Compute value of sigmoidal model given parameters.

Description Usage Arguments Value Author(s) See Also

View source: R/srcImpulseDE2_evalSigmoid.R

Description

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

Usage

1
evalSigmoid(vecSigmoidParam, vecTimepoints)

Arguments

vecSigmoidParam

(numeric vector number of sigmoid model parameters) {beta, h0, h1, t1} Vector of sigmoidal model parameters.

vecTimepoints

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

Value

vecSigmoidValue (numeric vector length of vecTimepoints) Model values for given time points.

Author(s)

David Sebastian Fischer

See Also

Compiled version: evalSigmoid_comp


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