Modules | Description |
Function or value | Description |
|
|
|
|
|
Logistic function of the form "y = L/(1+e^(-k(t-x)))+N" Modified version of the Logistic function model with a variable curve minimum.
|
|
Logistic function of the form "y = L/(1+e^(k(t-x)))+N" Modified version of the Logistic function model with a variable curve minimum.
|
|
|
Full Usage:
emgSolverOptions initialParamGuess
Parameters:
float[]
Returns: SolverOptions
|
|
|
|
Full Usage:
expSolverOptions xData yData
Parameters:
float[]
-
yData : float[]
Returns: SolverOptions
|
Example
|
|
|
Full Usage:
gaussSolverOptions initialParamGuess
Parameters:
float[]
Returns: SolverOptions
|
|
|
|
Full Usage:
hillSolverOptions Vm n k
Parameters:
float
n : float
k : float
Returns: SolverOptions
|
|
|
|
Full Usage:
lineSolverOptions initialParamGuess
Parameters:
float[]
Returns: SolverOptions
|
|
|
|
|
Example
|
|
|
Full Usage:
parabolaSolverOptions initialParamGuess
Parameters:
float[]
Returns: SolverOptions
|
|
|
Descending version of the 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)"
|