Have been using various packages SavitskyGolay.m for Savitsky-Golay polynomial smoothing but just noticed the built-in matrix kernel. I am looking for an example for smoothing of uniformly sampled temporal data using the built-in kernel.
Take the following as a simple example
data = (Sin[#] + 0.3 RandomReal[]) & /@ Range[ 0, 2 π, .01];
data // ListPlot


SavitskyGolay.mpackage on the Wolfram Library Archive. – Alexey Popkov Jun 06 '15 at 05:53