Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Statistics[WeightedMovingAverage] - compute weighted moving averages for a data set
Calling Sequence
WeightedMovingAverage(X, Y, options)
Parameters
X
-
data set
Y
average
options
(optional) equation(s) of the form ignore=value; specify options for the WeightedMovingAverage function
Description
The WeightedMovingAverage function computes weighted moving averages for a set of observations. This is a special case of the LinearFilter command.
The first parameter X is a single data sample - given as a Vector or list. Each value represents an individual observation.
The second parameter Y is the average - given as a Vector or list. Each value represents a average coefficient.
Options
The options argument can contain one or more of the options shown below. These options are described in more detail in the Statistics[Mean] help page.
ignore=truefalse -- This option is used to specify how to handle non-numeric data. If ignore is set to true all non-numeric items in data will be ignored.
Examples
See Also
Statistics, Statistics[DataSmoothing], Statistics[ExponentialSmoothing], Statistics[MovingAverage]
Download Help Document