GitHub version
GitHub version

diffusion

R package diffusion is for forecasting with diffusion models

Currently the following diffusion models are implemented:

  1. Bass model
  2. Gompertz model
  3. Gamma/Shifted Gompertz model
  4. Norton-Bass model for generational modelling (not working well)

Installation

For installation from github use the following R code by using devtools:

if (!require("devtools")){install.packages("devtools")}
devtools::install_github("mamut86/diffusion")