Odd question, but I can’t think of a better place to ask it.
I’m reviewing a set of objects weekly. Each object has a number of attributes (arrival date, complexity, status etc.) but the important one right now is age.
When I review the data weekly it is painfully obvious that the age profile is not normal, we’re bound at 0 days old and there is no theoretical upper limit but practically speaking nothing over 300. Arrivals are independent and fairly constant week over week.
Weekly review of P95, Median, Mean, Stdev Inter-quartile range --> no problem
Here’s my problem. How can I extrapolate what the population will look like in X weeks? Taking a linear fit and extrapolating forward into time a non-normal distribution’s Mean or Median seems dumb. Anyone have any ideas?