Hello all,
I'm starting to use RM in order to solve a 'problem' I have. I have a linear programming problem already defined which I'll be running with GAMS, but one of the inputs I have is a parameter which I have to "guess" / predict.
The problem context is about supply chain management: plant -> delivery to distribution center -> delivery to customer -> customer. Or:
(P) .......(DC)........(C)
Anyways, one database I have is the previous demand of the clientes back in 30 periods, and I have to predict the next 10.
The data in that Excel sheets comes like this:
t | demand
Where t={ -29, -28, ...., 0} --> historical
And demand is, well, demand.
My Q is: how can I use RM to predict the next 10 periods? Is there any prefered model to do this?
Sidenote: I used STATA11 in order to try to predict demand, but I am not sure of the predictions I got, since I wasn't too sure at the moment of choosing the ARiMA models.
Anyways, hope anybody can help.
Thanks for any input-
Regards,