Repost from CrossValidated...
I am trying to calculate a 24-month Customer Lifetime Value for a hypothetical magazine subscription service. CLV is typically calculated as the summation of the present value of future cash fows from the subscription, so if the subscription costs \$1.00 per month, that is the summation of $\frac{1}{(1+r)^n}$ where $r$ is the discount rate and $n$ is the number of periods, taking $n$ from $0 ... 23$.
By looking at the data for my subscribers, I see that the actual survival rate is equal to 0.22 at 24 months (or, for a given 100 people who subscribe to my magazine, 22 remain after 24 months).
I want to specify the CLV equation from this data, but I'm not sure how to calculate r, given only this data point of 22% remaining after 24 months and the outline of the CLV equation above.
Just to clarify, the discount rate typically includes the cost of capital, but for this example I'm simplifying by assuming that the cost of capital is 0.
Any assistance would be greatly appreciated...