Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pschil committed Oct 10, 2024
1 parent c735759 commit 7b13db1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CLVTools
Title: Tools for Customer Lifetime Value Estimation
Version: 0.11.1
Date: 2024-08-15
Date: 2024-10-10
Authors@R: c(
person(given="Patrick", family="Bachmann", email = "pbachma@ethz.ch", role = c("cre","aut")),
person(given="Niels", family="Kuebler", email = "niels.kuebler@uzh.ch", role = "aut"),
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# CLVTools 0.11.1

### NEW FEATURES
* Updated the apparel example data
* Prediction bootstrapping: Calculate confidence intervals using regular rather than "reversed-quantiles"

### BUG FIXES
* Prediction bootstrapping: Re-fit model using exact original specification
* GGomNBD: Set limit in integration method to size of workspace



# CLVTools 0.11.0

### NEW FEATURES
Expand Down
15 changes: 6 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Comment from the authors
This is version 0.11.0 of the CLVTools package. It contains a wide range of changes compared to the previous version, the most relevant being:
This is version 0.11.1 of the CLVTools package.
The most relevant changes in this version are:

* Updated the example data
* Bootstrapping: Calculate confidence intervals using regular rather than "reversed-quantiles"


* Bootstrapping: Add facilities to estimate parameter uncertainty for all models
* Simplify the formula interfaces `latentAttrition()` and `spending()`
* Implement erratum and new expressions derived by fellow researchers
* Reduced fitting times for all models by using compressed model data as input to the likelihood method
* Ability to predict future transactions of customers with no existing transaction history
* Improved numeric stability of various methods
* lrtest(): Likelihood ratio testing for latent attrition models
* Estimating the Pareto/NBD with time-varying covariates with process correlation was not possible

# Test environments

Expand Down

0 comments on commit 7b13db1

Please sign in to comment.