Dear all,
I have a dataset with around 800 objects (videos). For 500 of the 800 objects I have cumulative data (views) over 72 Periods (not all starting/ending in the same period). I have the 'total' value after 72 periods for all objects. I'd like to derive a function telling me "how many % of the total value is reached after period X" from the existing data to add missing values. I'm not sure what might be the best way to do it.
I calculated the average % of total for each object and per month and then calculated the average over all videos. That does not seem to be very academic to me (and the values are sometimes dropping even though that does not make sense for cumulative data. This is due to objects dropping out). Any help is very welcome.
Thanks a lot in advance!
I have a dataset with around 800 objects (videos). For 500 of the 800 objects I have cumulative data (views) over 72 Periods (not all starting/ending in the same period). I have the 'total' value after 72 periods for all objects. I'd like to derive a function telling me "how many % of the total value is reached after period X" from the existing data to add missing values. I'm not sure what might be the best way to do it.
I calculated the average % of total for each object and per month and then calculated the average over all videos. That does not seem to be very academic to me (and the values are sometimes dropping even though that does not make sense for cumulative data. This is due to objects dropping out). Any help is very welcome.
Thanks a lot in advance!
Comment