Data Smoothing Commands
The Statistics package provides various data smoothing functions. The following is a list of available commands.
ExponentialSmoothing
apply exponential smoothing to a data set
LinearFilter
apply linear filter to a data set
MovingAverage
compute moving averages for a data set
MovingMedian
compute moving medians for a data set
MovingStatistic
compute moving statistics for a data set
WeightedMovingAverage
compute weighted moving averages for a data set
The TimeSeriesAnalysis[ExponentialSmoothingModel] command also provides a form of smoothing.
Examples
Create 100 points on the curve and add some random noise.
Compute 5-element moving averages.
Apply exponential smoothing.
Use lowess smoothing.
See Also
Statistics
Statistics[Commands]
Statistics[DataManipulation]
TimeSeriesAnalysis
TimeSeriesAnalysis[ExponentialSmoothingModel]
Download Help Document