TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Algorithmically Determining a Customer's Value

2 pointsby python_kissover 13 years ago

1 comment

mooism2over 13 years ago
I have problems with that equation.<p>First, log10 (totalC / totalA) = log10 totalC - log10 totalA. As totalA is constant across customers, we can discard that term. (And think about it: why would a £100/year customer be worth less to you if you had twice as much revenue coming in from other sources?)<p>Next, the frequency / recency term. "recency" is defined as time since last purchase, so (a) is this measured in days, months, seconds, what? And (b) if your customer is buying from you right now this second, you're dividing by zero and your customer is worth more to you than all the footballers in Europe.<p>Finally, he doesn't attempt to justify this equation. There's no explanation of what the terms are supposed to mean. It doesn't seem to make sense from a dimensional analysis viewpoint.