Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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
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]
Download Help Document