forked from mplatzer/BTYDplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.33 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
29
30
31
32
33
34
35
36
37
Package: BTYDplus
Type: Package
Title: Probabilistic Models for Assessing and Predicting your Customer Base
Version: 1.1.4
Authors@R: person("Michael", "Platzer", email = "[email protected]", role = c("aut", "cre"))
Description: Provides advanced statistical methods to describe and predict customers'
purchase behavior in a non-contractual setting. It uses historic transaction records to fit a
probabilistic model, which then allows to compute quantities of managerial interest on a cohort-
as well as on a customer level (Customer Lifetime Value, Customer Equity, P(alive), etc.). This
package complements the BTYD package by providing several additional buy-till-you-die models, that
have been published in the marketing literature, but whose implementation are complex and non-trivial.
These models are: NBD, MBG/NBD, BG/CNBD-k, MBG/CNBD-k, Pareto/NBD (HB), Pareto/NBD (Abe) and Pareto/GGG.
URL: https://github.com/mplatzer/BTYDplus#readme
BugReports: https://github.com/mplatzer/BTYDplus/issues
License: GPL-3
LinkingTo: Rcpp
Depends: R (>= 3.2.0)
Imports:
Rcpp,
BTYD (>= 2.3),
coda,
data.table,
mvtnorm,
bayesm,
stats,
graphics
Suggests:
testthat,
gsl,
covr,
knitr,
rmarkdown,
lintr (>= 1.0.0)
Roxygen: list(wrap = FALSE)
RoxygenNote: 6.0.1
LazyData: true
VignetteBuilder: knitr