RogerCooper
Registered User.
- Local time
- Today, 07:09
- Joined
- Jul 30, 2014
- Messages
- 555
I came across the following curious situation at work. I need to compute the average lot size of parts being produced. The obvious thing would be to divided the total number produced by the number of orders. However, my interest involves setup costs, so it is more logical to ask for the each produced, what was the average size of the lot it was part of. As I understand it, I should sum the squares of the lot sizes and then divide by the total quantity.
For example if there were 2 lots made in the quantities of 1 and 100, the result would 10,001/101 or about 99. Is this the correct approach? Is there a name for this type of weighted average?
For example if there were 2 lots made in the quantities of 1 and 100, the result would 10,001/101 or about 99. Is this the correct approach? Is there a name for this type of weighted average?