Displaying 1 result from an estimated 1 matches for "symmetricma".
Did you mean:
symmetric
2009 Feb 26
3
Moving Average
...oking for some help at removing low-frequency components from a signal, through Moving Average on a sliding window.
I understand thiis is a smoothing procedure that I never done in my life before .. sigh.
I searched R archives and found "rollmean", "MovingAverages {TTR}", "SymmetricMA".
None of the above mantioned functions seems to accept the smoothing polynomial order and the sliding window with as input parameters. Maybe I am missing something.
I wonder whether there is some building blocks in R if not even a function which does it all (I do not expect that much,though)...