I was given some data that represents the number of lines in a document as well as the line count per hour (which is the lines in the document divided by the number of hours that the document was worked on). Considering the following data:
lines LCPH
57 133
62 135
33 137
76 139
78 141
Typically, I would express the median LCPH as 137 as it is the 3rd of 5 figures. However, the median is currently being reported as 139 because it is not until the fourth document that more than half the lines in all documents were seen.
This figure is currently being referred to as the Weighted Median LCPH instead of Median LCPH.
Is there a different term for this sort of figure?