run_forecast: Demand forecast

Description Usage Arguments Value

View source: R/forecast.R

Description

This function make data transfom, filtration and calculate forecast

Usage

1
2
run_forecast(z0, catg, transf = "sku", hist = T, comp = "zero",
  filt = "both", A = 0.9, B = 0.8, C = 0.7)

Arguments

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

Value

data frame with forecast


jyjek/zx48c documentation built on May 22, 2019, 2:40 p.m.