Description Usage Arguments Value
This function make data transfom, filtration and calculate forecast
| 1 2 | run_forecast(z0, catg, transf = "sku", hist = T, comp = "zero",
  filt = "both", A = 0.9, B = 0.8, C = 0.7)
 | 
| z0 | dataset with historical sales | 
| catg | dataset with classificators of SKU | 
| transf | type of forecast ("sku" or "fills") | 
| hist | avaliable of hist_comp function (for "cast" of history) | 
| comp | type of transform ("zero","drop") | 
| filt | type of filtration ("both","upper","lower") | 
| A | .9 coefficients for ABC group | 
| B | .8 coefficients for ABC group | 
| C | .7 coefficients ABC group | 
data frame with forecast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.