| smoother {smoother} | R Documentation |
smoother Package for the Smoothing of Numerical Data
smoother is presently limited to a port of the
Matlab 'Gaussian Window' Function, as well as a limited
number of moving averages (sma, ema, dema and
'wma'). Code for the gaussian window function has
been written locally within this package, however, the
moving averages are called from the TTR package
(http://cran.r-project.org/web/packages/TTR/index.html)
and are included as a matter of convenience.
For further information (and examples) with regards to utilizing the primary helper function, please refer to the smth function help file
The Gaussian Smoothing component of the smoother
package has been loosley adapted from the following works:
http://goo.gl/NK79bJ.