A few blogs suggest that at least the growth of covid cases (and deaths?) follows a logistic groth curve. See:
https://medium.com/katanaml/covid-19-growth-modeling-and-forecasting-with-prophet-2ff5ebd00c01
https://www.wolframcloud.com/obj/covid-19/Published/Logistic-Growth-Model-for-COVID-19.nb
The first link uses fbrophet, something I used in the past (mainly in R). fbrophet can model logistic growth. Just curious, can it also model the decline, which follows (potentially) a negative exp function? Thanks.