Description
Forecast the Diffusion of New Products.
Description
Various diffusion models to forecast new product growth. Currently the package contains Bass, Gompertz, Gamma/Shifted Gompertz and Weibull curves. See Meade and Islam (2006) <doi:10.1016/j.ijforecast.2006.01.005>.
README.md
diffusion
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)
Installation
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")