Learn R Programming

BTYD (version 2.4.3)

bgbb.PlotDropoutRateHeterogeneity: BG/BB Plot Dropout Rate Heterogeneity

Description

Plots and returns the estimated beta distribution of Theta (customers' propensities to drop out).

Usage

bgbb.PlotDropoutRateHeterogeneity(params)

Arguments

params

BG/BB parameters - a vector with alpha, beta, gamma, and delta, in that order. Alpha and beta are unobserved parameters for the beta-Bernoulli transaction process. Gamma and delta are unobserved parameters for the beta-geometric dropout process.

Value

Distribution of customers' propensities to drop out.

Details

This returns the distribution of each customer's geometric parameter that determines their lifetime (using the BG/BB assumption that a customer's lifetime can be modeled with a geometric distribution).

Examples

Run this code
# NOT RUN {
params <- c(1.2, 0.75, 0.66, 2.78)
bgbb.PlotDropoutRateHeterogeneity(params)
params <- c(0.2, 1.5, 3.2, 6)
bgbb.PlotDropoutRateHeterogeneity(params)
# }

Run the code above in your browser using DataLab