Releases: mplatzer/BTYDplus
Releases · mplatzer/BTYDplus
1.1.4
elog2cbs
handles now empty elogs gracefully (#58)
- limit simulated life length to 10k events in
xbgcnbd.GenerateData
1.1.2
- fix
mcmc.ExpectedCumulativeTransactions
for Pareto/NBD (Abe) with covariates (#55)
- add ability to provide covariates to
abe.generateData
1.1.1
- add
sales.x
to elog2cbs
output, which sums over sales in calibration period, but excludes the initial purchase
added (M)BG/CNBD-k plots
- added
(m)bgcnbd.PlotFreqVsConditionalExpectedFrequency
methods
- added
(m)bgcnbd.PlotRecVsConditionalExpectedFrequency
methods
1.0.1
- reduce run time of tests and example code
- add source info to
groceryElog
dataset
1.0.0
- updated package Vignette
- bump in major version number to reflect intended first CRAN release
0.11.3
bug fix in MBG/CNBD-k demo which used a deprecated method name
0.11.2
added option date.zero
to *.GenerateData
methods
0.11.1
- rewrote
*.GenerateData
methods
- generated event log now also contains
date
field
- if
T.cal
varies, then customer's start date will also vary
- use
elog2cbs
internally to convert generated event log to CBS format; this also adds first
to CBS
*.GenerateData
now always returns the event log -> argument return.elog
has been removed
- fix bug for
*.GenerateData
in case of with highly varying T.cal
(fixes #42)
- fix top margin of
mcmc.plotPActiveDiagnostic
0.10.2
- R CMD CHECK now returns 0 errors and 0 warnings
- add lintr checks for adhering to consistent code style
- adapted code style to pass lintr checks
- run spellcheck for docs
- avoid internal C++ compile warning message