I have a really simple problem and no idea on how to solve it. I work at a large news website, and we want to implement a way of tracking how efficient our employers are.
Figures we are playing with are (1) Number of user interactions with one journalist's articles and (2) Interval of days referent to the measuring.
So, for example, we can have a journalist whose articles were read 500.000 over a 1 month of time, and another whose articles were read 1.000.000 times over 2 months time. Those two journalists should have same Index of Efficiency.
Also, this is going to be implemented in a computer-programmed environment, so have that in mind.
Any ideas are appreciated. Thanks in advance