powered by
Generate sigmoid curve series, which is a specific case of logistic function, with a control of top and bottom acceleration.
tr.log(x,top,a,b)
:a numeric vector
:a numeric value as vertical scaler
:a number to control top acceleration of the curve
:a number to control bottom acceleration of the curve
# NOT RUN { sigc <- round(tr.log(seq(-3, 3, 0.1), 1, -3, 3), 3) ts.plot(sigc) # }
Run the code above in your browser using DataLab