I am trying to calculate a weighted average and I have this information
Revenues for Jan, Feb, Mar: 50, 75, 52
Growth rate (comparing to the previous year) for Jan, Feb, Mar: 2%, 3% and -5%
If I want to calculate weighted average I will do the following ( (50*0,02)+(75*0,03)+(52*(-0,05))/50+75+52
This way I calculated manually growth rate for the first quarter of the year. Revenues for the first quarter are 177. However, I am deeply concerned for the result because of two reasons:
1. number 75 seems like an outlier which can cause the biased result
2. I am not sure what impact a negative percentage of -5% has on the overall result
Revenues for Jan, Feb, Mar: 50, 75, 52
Growth rate (comparing to the previous year) for Jan, Feb, Mar: 2%, 3% and -5%
If I want to calculate weighted average I will do the following ( (50*0,02)+(75*0,03)+(52*(-0,05))/50+75+52
This way I calculated manually growth rate for the first quarter of the year. Revenues for the first quarter are 177. However, I am deeply concerned for the result because of two reasons:
1. number 75 seems like an outlier which can cause the biased result
2. I am not sure what impact a negative percentage of -5% has on the overall result












