Description Usage Arguments Details Value Author(s) Examples
Rosso growth model
1 | rosso(x, mu, l, z0, zmax)
|
x |
vector: time points for which log(OD) must be computed |
mu |
scalar: maximal growth rate parameter |
l |
scalar: time lag parameter |
z0 |
scalar: minimal log(OD) parameter |
zmax |
scalar: maximal log(OD) parameter |
Rosso model is z0 if x<=l zmax - log( 1 + (exp(zmax-z0) -1)*exp(-mu*(x-l) ) ) otherwise
vector: log(OD) for the time points given in x
Julien Gagneur
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.