create.smooth.vars: calculate smoothed values imitated promotion sales

Description Usage

View source: R/promotion_impact.R

Description

calculate smoothed values imitated promotion sales

Usage

1
2
3
4
5
6
7
8
9
create.smooth.vars(
  target.data,
  promotion.data,
  smooth.except.date = NULL,
  smooth.bandwidth = 2,
  smooth.origin = "all",
  smooth.var.sum = TRUE,
  smooth.scale = "minmax"
)

promotionImpact documentation built on April 13, 2021, 5:06 p.m.