ComputeNonConstantParam | R Documentation |
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)
start |
the value at t=0 |
end |
the value at t=end.time |
exponent |
the exponent (e above) |
end.time |
the end time |
t |
vector of times |
param |
output of |
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).
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.