powered by
The Verhulst (logistic) model - calculate change for one day
verhulst.update(Y, a, k)
: state variable Y(t=day)
: growth rate
: capacity
state variable at Y(t=day+1)
verhulst.model for the integration loop function of the Verhulst model.
verhulst.model