The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Simple Arithmetic Question

SeptusSeptus Registered User regular
edited June 2008 in Help / Advice Forum
I cannot for the life of my figure out why this one method of calculation would be better than another.

In Excel, I'm trying to calculate average percent increases from a series of historical data. The way I was initially going to tabulate it, was take the most recent year's data, subtract the first year's, and divide that by the first year's.

However, I think I get a more accurate percent change by individually applying the equation ( (x-y)/y ) to each year in the series, and then adding the individual percent changes of each year, and dividing that by the number of years. I can't seem to understand the underlying concept of why the latter would be more accurate.

PSN: Kurahoshi1
Septus on

Posts

  • tsmvengytsmvengy Registered User regular
    edited June 2008
    This is because when you are doing it the first way, it bases everything on the percentage of the original year. When you use your second method, it gives you the average percent change over that year period. They're two completely different numbers. Are you getting two numbers that are wildly different or are they close?

    tsmvengy on
    steam_sig.png
  • SeptusSeptus Registered User regular
    edited June 2008
    tsmvengy wrote: »
    This is because when you are doing it the first way, it bases everything on the percentage of the original year. When you use your second method, it gives you the average percent change over that year period. They're two completely different numbers. Are you getting two numbers that are wildly different or are they close?

    I've had both.

    Septus on
    PSN: Kurahoshi1
  • CauldCauld Registered User regular
    edited June 2008
    Septus wrote: »
    tsmvengy wrote: »
    This is because when you are doing it the first way, it bases everything on the percentage of the original year. When you use your second method, it gives you the average percent change over that year period. They're two completely different numbers. Are you getting two numbers that are wildly different or are they close?

    I've had both.

    I should be able to explain this. The order matters. Take the case of 2 different investment funds over 10 years.

    case 1: 5%/year for 10 years
    case 2: -50% the first year, +10% for 8 years, + 20% for the last year.

    case 1: $100 -> ~$163
    case 2: $100 -> $50 -> ~$107 -> ~$128

    each of these averages 5%/year if you average the annual percentage point change, instead of the overall return. Deciding which method depends on how you're using it. You might want to include both. This is often done in investment talk using a "growth of $10k" as well as an "average return"

    Cauld on
Sign In or Register to comment.