Skip to content

Releases: mplatzer/BTYDplus

1.1.4

08 Mar 23:50
Compare
Choose a tag to compare
  • elog2cbs handles now empty elogs gracefully (#58)
  • limit simulated life length to 10k events in xbgcnbd.GenerateData

1.1.2

13 Mar 11:23
Compare
Choose a tag to compare
  • fix mcmc.ExpectedCumulativeTransactions for Pareto/NBD (Abe) with covariates (#55)
  • add ability to provide covariates to abe.generateData

1.1.1

03 Mar 16:22
Compare
Choose a tag to compare
  • add sales.x to elog2cbs output, which sums over sales in calibration period, but excludes the initial purchase

added (M)BG/CNBD-k plots

25 Jan 17:27
Compare
Choose a tag to compare
  • added (m)bgcnbd.PlotFreqVsConditionalExpectedFrequency methods
  • added (m)bgcnbd.PlotRecVsConditionalExpectedFrequency methods

1.0.1

14 Dec 09:41
Compare
Choose a tag to compare
  • reduce run time of tests and example code
  • add source info to groceryElog dataset

1.0.0

13 Dec 15:51
Compare
Choose a tag to compare
  • updated package Vignette
  • bump in major version number to reflect intended first CRAN release

0.11.3

25 Oct 13:55
Compare
Choose a tag to compare

bug fix in MBG/CNBD-k demo which used a deprecated method name

0.11.2

05 Oct 09:54
Compare
Choose a tag to compare

added option date.zero to *.GenerateData methods

0.11.1

02 Oct 10:06
Compare
Choose a tag to compare
  • 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

28 Sep 12:01
Compare
Choose a tag to compare
  • 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