We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParetoNBDModel
While working on #177, I found quite a few things in the literature that can be added to this model, but I'd rather do so in separate PRs:
marginal_posterior_transaction_rate()
marginal_posterior_churn_rate()
expected_purchases_interval()
expected_purchases_probability_new_customer()
discounted_lifetime_value()
The text was updated successfully, but these errors were encountered:
ColtAllen
No branches or pull requests
While working on #177, I found quite a few things in the literature that can be added to this model, but I'd rather do so in separate PRs:
marginal_posterior_transaction_rate()
from (9) in http://www.brucehardie.com/notes/015/additional_pareto_nbd_results.pdfmarginal_posterior_churn_rate()
from (12) in http://www.brucehardie.com/notes/015/additional_pareto_nbd_results.pdfexpected_purchases_interval()
from (8) in https://www.brucehardie.com/notes/013/Pareto_NBD_interval_pmf_rev.pdfexpected_purchases_probability_new_customer()
from (16) in https://www.brucehardie.com/notes/012/pareto_NBD_pmf_derivation_rev.pdfdiscounted_lifetime_value()
from (2) in http://brucehardie.com/papers/rfm_clv_2005-02-16.pdfThe text was updated successfully, but these errors were encountered: