powered by
Returns the number of repeat transactions that a randomly chosen customer (for whom we have no prior information) is expected to make in a given time period.
bgcnbd.Expectation(params, t, dropout_at_zero = FALSE)
BG/CNBD-k parameters - a vector with k, r, alpha, a and b in that order.
k
r
alpha
a
b
length of time for which we are calculating the expected number of repeat transactions.
Boolean; the mbg-methods are simple wrapper methods, which set this parameter to TRUE
Number of repeat transactions a customer is expected to make in a time period of length t.
E(X(t) | k, r, alpha, a, b)
Platzer Michael, and Thomas Reutterer (forthcoming)
bgcnbd.pmf
# NOT RUN { cbs <- cdnow.sample()$cbs # load CDNow summary data params <- bgcnbd.EstimateParameters(cbs) bgcnbd.Expectation(params, t = 52) # }
Run the code above in your browser using DataLab