0

We have a package delivery system. In which daily packages arrived or departed. We have these data. We want to estimate next day usage based on historical data(say 30 days)

Example Data enter image description here

What is best algorithm to estimate next day usage. If there is implementation please provide.

gandil
  • 5,398
  • 5
  • 24
  • 46

1 Answers1

1

I believe polynomial regression is best used for predictions of the form you describe... or if you want a full blown solution look into Google's Prediction API ... here is an interesting polynomial / correlation article

Paul Zahra
  • 9,522
  • 8
  • 54
  • 76