Item Planning In Season Forecasting Method
Hi All,
I have installed Item Planning template v15 on our server.
I am trying to understand the output generated by forecast150 procedure for In season forecasting.
"forecast:IpFiDemandU <- Forecast150(FORECASTLENGTH: 52, HISTORY:IpWpSlsRegU, MASK: IpFiMethodU, PERIOD: 104, frcststart: IpWpStartD, PLAN: IpCpSlsRegU)"
This expression is part of Batch_Forecast rule group. It provides me with demand units for future period based on my Wp Sales Units and CP Sales Units.
Now I wanted to try using the other parameters (present in RDF config guide) for this procedure forecast150. The parameters such as BAYESALPHA.
Now I ran the same above rule with new parameter BAYESALPHA with value 0.1 (as by default it takes 1). I wanted to see if the output generated is any different. its NOT. Its the same output as the previous one.