Function or value | Description |
|
|
Full Usage:
getSolverOptionsGompertz xData yDataLog expectedGenerationTime usedLogTransform
Parameters:
float[]
-
yDataLog : float[]
-
expectedGenerationTime : float
-
usedLogTransform : float -> float
-
Returns: SolverOptions
|
determines the solver options for cell count growth data (must be in log space). For untransformed data use 'id' as transform.
Example
|
|
|
|
|
|
|
|
|
|
Generalized logistic function or curve, also known as Richards' curve with 7 parameters. Logistic function of the form "Y(t) = A + (K - A) / (C + Q * e^(-B * (t - M)))**(1. / v)"
|
|
|
|
|
|
|
|