Smooth the CBC features using a moving average

smooth_cbc_features(cbc_data, window_size = 7L)

Arguments

cbc_data

with the date and features

window_size

the window size to use in smoothing, default 7

Value

the data with features smoothed as a tibble