@mplatzer
Thank you for sharing awesome library.
I'm constructing an abe model using your library and I have a question for extracting customer level's mu and lambda.
I want to get customer level's mu and lambda, and calculate the expected lifetime and the survival rate after 1year using paper's equation (9) and (10).
How can I get such a mu and lambda for each customer?
I think the last element of abe.mcmc.DrawParameters's return value is what I want. Is that correct?
Thanks!
@mplatzer
Thank you for sharing awesome library.
I'm constructing an abe model using your library and I have a question for extracting customer level's mu and lambda.
I want to get customer level's mu and lambda, and calculate
the expected lifetimeandthe survival rate after 1yearusing paper's equation (9) and (10).How can I get such a mu and lambda for each customer?
I think the last element of
abe.mcmc.DrawParameters's return value is what I want. Is that correct?Thanks!