nbd.EstimateParameters | R Documentation |
Estimates parameters for the NBD model via Maximum Likelihood Estimation.
nbd.EstimateParameters(cal.cbs, par.start = c(1, 1), max.param.value = 10000)
cal.cbs |
Calibration period CBS. It must contain columns for frequency
|
par.start |
Initial NBD parameters - a vector with |
max.param.value |
Upper bound on parameters. |
List of estimated parameters.
Ehrenberg, A. S. (1959). The pattern of consumer purchases. Journal of the Royal Statistical Society: Series C (Applied Statistics), 8(1), 26-41. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/2985810")}
data("groceryElog")
cbs <- elog2cbs(groceryElog)
nbd.EstimateParameters(cbs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.