Description Usage Arguments Value
Evaluate the impulse model (double sigmoid) function, given parameters
1 | impulse.double(x, b1, b2, h0, h1, h2, t1, t2)
|
x |
(Numeric) |
b1 |
(Numeric) Rate parameter of first sigmoid (should be negative for impulse) |
b2 |
(Numeric) Rate parameter of second sigmoid (should be negative for impulse) |
h0 |
(Numeric) Initial level |
h1 |
(Numeric) Peak level |
h2 |
(Numeric) Final level |
t1 |
(Numeric) Midpoint of first sigmoid function |
t2 |
(Numeric) Midpoint of second sigmoid function |
Double-sigmoid impulse function with parameters b1, b2, h0, h1, h2, t1, t2, as evaluated for the vector x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.