I'm trying to calculate the average percent change of 3 points in time that I have.
The time periods are from 2011 to 2013
I calculated the percent change for 2011 to 2012 (2012-2011)/(2011) 2012 to 2013 (2013-2012)/(2012) and 2011 to 2013 (This is the part I'm worried about)--(2013-2011)/(2011(
After getting the results I decided to average them, but I'm worried that the percent change I got for 2011 to 2013 includes (though not seen) changes that happened in the middle period of 2012.
I know that each number is a stand alone, but I was just wondering if adding the three values I get for the percent change and dividing by 3 yields data that is actually useful or if it is incorrect to do so.