| smoother {smoother} | R Documentation |
Smooth Data in R
Description
smoother Package for the Smoothing of Numerical Data
Details
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
(https://CRAN.R-project.org/package=TTR) 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
References
The Gaussian Smoothing component of the smoother package has been loosley adapted from elsewhere
[Package smoother version 1.3 Index]