-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: diffusion
Type: Package
Title: Forecast the Diffusion of New Products
Version: 0.4.0
Authors@R: c(person("Oliver", "Schaer", email = "[email protected]",
role = c("aut", "cre"),
comment = "Assistant Professor, LeBow College of Business, Drexel University, USA"),
person("Nikolaos", "Kourentzes", email = "[email protected]",
role = c("aut"),
comment = "Professor of Predictive Analytics, School of Informatics, Skoevde University, Sweden"),
person("Ivan", "Svetunkov", email = "[email protected]",
role = c("aut"),
comment="Lecturer at Centre for Marketing Analytics and Forecasting, Lancaster University, UK"))
URL: https://github.com/mamut86/diffusion
BugReports: https://github.com/mamut86/diffusion/issues
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>.
License: LGPL-2.1
Depends:
R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Imports:
nloptr,
systemfit,
optimx
RoxygenNote: 7.3.1