For simplicity, non constant rates here have the following form $o+f*t^e$.
ComputeNonConstantParam(start, end = start, exponent = 1, end.time = 2)EvaluateNonConstantParam(t, param)
data frame containing either the parameters o, f and e (ComputeNonConstantParam), or containing the value of $o+f*t^e$ for the given times (EvaluateNonConstantParam).
the value at t=0
the value at t=end.time
the exponent (e above)
the end time
vector of times
output of ComputeNonConstantParam()
, only a single row!
ComputeNonConstantParam()
: compute a data frame containing the parameters for non constant rates
EvaluateNonConstantParam()
: compute a data frame containing the rates for the given parameter set (computed from ComputeNonConstantParam
)