bgbb.PlotDropoutRateHeterogeneity {BTYD}R Documentation

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.

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).

Value

Distribution of customers' propensities to drop out.

Examples

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)

[Package BTYD version 2.4.3 Index]