+ Reply to Thread
Results 1 to 7 of 7

What method of averaging would you use?

Hybrid View

  1. #1
    Registered User
    Join Date
    03-07-2009
    Location
    Seattle, Wa
    MS-Off Ver
    Excel XP
    Posts
    13

    What method of averaging would you use?

    In excel, I have a column of numbers 1,2,3,4,5 and prices $9.50, 10.50, 11.50, 15.00, 27.00 respectively.

    Instead of doing an ordinary weighted average (with sumproduct etc), I want to do a weighted average where both extreme numbers (1 and 5) are weighted less than the ones in the middle (2, 3, 4) with 3 being the most weighted. Is there a method and coding for this in excel?

    Also, what is this method of averaging called?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: What method of averaging would you use?

    TRIMMEAN ?
    http://office.microsoft.com/en-gb/ex...005209322.aspx

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: What method of averaging would you use?

    I think you need to outline what the "weighting" rule is to be based on and the rate you wish to apply to the "outliers".

  4. #4
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: What method of averaging would you use?

    At school we used to use an inter-quartile mean (like trim-mean but the trim is set at 25%). I don't think what you are describing is a 'standard' mean (http://en.wikipedia.org/wiki/Mean#Examples_of_means)
    If you want to define your own new version of mean we can definitely* create the appropriate formulae...

    CC

    *not really
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

  5. #5
    Registered User
    Join Date
    03-07-2009
    Location
    Seattle, Wa
    MS-Off Ver
    Excel XP
    Posts
    13

    Re: What method of averaging would you use?

    @Cheeky--Correct, I am not looking for "standard" mean. I am looking for something like a mix between a weighted average and a trim-mean.

    @donkey--Weighting rules:
    Weighted average between the outer prices (1 and 5) vs. Weighted average between inside numbers (2,3,4). Would doing just that and then averaging those two weighted average make sense or be significant?
    Also, what it the numbers skipped like so:
    1 ...... $9.50
    5 ...... $10.50
    10 ...... $12.50
    25 ...... $15.00
    50 ...... $25.00
    250 ...... $50.00

  6. #6
    Registered User
    Join Date
    11-02-2010
    Location
    Tennessee
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: What method of averaging would you use?

    This may not be the most efficient, but this is what I would do.
    Add a column with the formula:
    =1-ABS(0.5-PERCENTRANK(A:A,A1))
    and make this your weight. Then simply sumproduct as normal.

    Of course, you could change the magnitude by adding multipliers either in front of the ABS() function or in front of the entire formula.

  7. #7
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: What method of averaging would you use?

    I think you want to create a function, something like a bell curve, or perhaps a parabola, with zeroes at the points defined by the outer limits of your list - 1 and 5 in your first example, 1 and 250 in your second example. You want to multiply each of your function values ($9.50 etc.) by the value defined by your function, average those multiplied values, then divide by a figure which (somehow) accomodates the multiplication performed before averaging. I've implied my difficulty - how would we calculate the figure by which to divide the combined number to get an appropriate average?

    hmm...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1