AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

help with some math or data analysis

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
edu



Joined: 12 Oct 2006
Posts: 88
Location: Canada

PostPosted: Mon Apr 07, 2008 5:33 pm    Post subject: help with some math or data analysis Reply with quote

How can I determine a fair ranking for customers based both on the total amount of purchases and frequency of purchases
Say I have this list:

Ranking / Name / Purchase $

1 Bob $10,500
2 Joe $9,000
3 Mary $7,000
4 Pete $6,450

Ranking / Name / Number of Purchases

1 Joe 18
2 Pete 16
3 Bob 10
4 Mary 8


Is a weighted mean the proper approach?

Thanks
_________________
The best things of life are free.
Back to top
View user's profile Send private message
wtg



Joined: 04 Oct 2006
Posts: 63
Location: Louisville, KY

PostPosted: Mon Apr 07, 2008 5:56 pm    Post subject: Re: help with some math or data analysis Reply with quote

It really depends on how you want to rank them. I would imagine businesses may rank customers based on net profits, not gross purchases or # of transactions. A customer who purchases many items that are very expensive but have low margin (i.e. % profit) may not be as valuable as a customer that doesn't spend as much but buys items with a large mark-up.

In the end it's the money you make that makes a customer valuable, not the amount or number of purchases.


Last edited by wtg on Mon Apr 07, 2008 7:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
edu



Joined: 12 Oct 2006
Posts: 88
Location: Canada

PostPosted: Mon Apr 07, 2008 7:23 pm    Post subject: Reply with quote

Yes. That is a good insight. I guess I was trying to measure a certain "fidelity" parameter with the number of purchases. Is Bob "my" customer or he is buying mostly from my competitor?

edu
_________________
The best things of life are free.
Back to top
View user's profile Send private message
Robfm



Joined: 27 Dec 2007
Posts: 20
Location: Brazil

PostPosted: Mon Apr 07, 2008 8:12 pm    Post subject: Reply with quote

edu wrote:
...I was trying to measure a certain "fidelity" parameter with the number of purchases...


Sorry, I edited.

What you think about that : Rank (joe) = ( number of Joe's purchases ) * ( Total Joe's Purchases ) / [ ( Average number of customer's purchases ) * ( Average of customer's purchases ) ]

Rank (Joe) = ( 18 ) * ( 9 ) / [ ( 10.4 ) * ( 6.59 ) ] = 2.364
_________________
The humanity is the Evolution taking consciousness of itself.
Back to top
View user's profile Send private message
edu



Joined: 12 Oct 2006
Posts: 88
Location: Canada

PostPosted: Mon Apr 07, 2008 10:35 pm    Post subject: Reply with quote

Thank you. I'll take this approach.

Edu
_________________
The best things of life are free.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group