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[Select] - select data items satisfying a condition
Statistics[Remove] - remove data items satisfying a condition
Calling Sequence
Select(func, X)
Remove(func, X)
Parameters
func
-
boolean-valued procedure
X
data sample
options
(optional) extra arguments to func
Description
The Select function selects the items data[i] for which returns true, and creates a new data sample with the same options as X. Those items for which func does not return true are discarded in the newly created data sample.
The first parameter func must be a boolean valued procedure.
The second parameter X is a data sample which must given as an Array or a list.
The Remove function does the opposite of Select. It removes the data items of X which satisfy func and creates a new data set.
Examples
See Also
Statistics, Statistics[Computation], Statistics[RemoveInRange], Statistics[RemoveNonNumeric], Statistics[SelectInRange], Statistics[SelectNonNumeric]
Download Help Document