Creating set of dummy variables for specified Holidays
make_dummy(
holidays = NULL,
from = -5,
to = 5,
h = 365,
original = NA,
original2 = NA
)
holidays for which dummy variables will be created
start of holiday regressor. Relative to specified holiday
end of holiday regressor. Relative to specified holiday
forecast horizon
xts time series which characteristics will be used
ts time series which characteristics will be used
This function is used internally in dsa()