The R package diffusion is for forecasting with diffusion curves.
Currently the following diffusion models are implemented:
- Bass model
- Gompertz model
- Gamma/Shifted Gompertz model
- Weibull model
- Norton-Bass model for generational modelling (not working well)
Stable version can be installed from CRAN:
install.packages("diffusion")
For installation from github use remotes:
if (!require("remotes")){install.packages("remotes")}
remotes::install_github("mamut86/diffusion")