future_kernapply: Apply Smoothing Kernel in Parallel
Description
future_kernapply() is a futurized version of
stats::kernapply(), i.e. it computes, in parallel, the
convolution between an input sequence and a specific kernel.
Parallelization takes place over columns when x is a matrix,
including a ts matrix.