Description Usage Arguments Details Value Examples
3-parameter sigmoidal curve.
1 | curvePredictSigmoid(x, params)
|
x |
Input value(s). |
params |
Parameter vector containing three parameters alpha, beta and gamma. |
The model is defined as alpha + beta*(2^(x*gamma))/(1+2^(x*gamma)))
.
The prediction f(x) of the input value(s).
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.