com.thoughtworks.datacommons.prepbuddy
A Patitioner that puts each row in a partition that we specify by key.
A smoothing method which smooths data based on Simple Moving Average which is the unweighted mean of the previous n data.
A smoothing method which smooths data based on Weighted Moving Average method that is any average that has multiplying factors to give different weights to data at different positions in the sampleColumnValues window.
Contains weights in sequence for the weighted sliding window.