logistic.Rd
Logistic shape generator
logistic(
time = seq(0, 1, 0.01),
initial = 1,
percent_reduction = 0.5,
midpoint = 0.5,
shape = 1
)
time horizon
value at time zero
in [0, 1], percentage reduction compare to the initial value after midpoint of the time horizon, so the end value equals initial x percent_reduction
the time the function changes
control how sharp the transition from initial value to the end value