Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
stats[transform, subtractfrom] - subtracts from statistical data a number or the result of a descriptive statistics function
/ 1993-03-16: Created. jmlang.
Calling Sequence
stats[transform, subtractfrom[quantity]](data)
transform[subtractfrom[quantity]](data)
Parameters
quantity
-
numerical value, or descriptive statistic function
data
statistical list
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function subtractfrom of the subpackage stats[transform, ...] subtracts from data the given quantity.
Missing items remain unchanged.
The requested subtraction is applied at each of the boundary points of classes.
If quantity is not numeric, a call to stats[describe, quantity](data) is made to compute it.
This function is useful for comparing the (absolute) dispersion of two lists of data. For example, removing the mean is a good first step in comparing the variation of mid-day temperatures at the North Pole and at some point on the Equator.
The function transform[apply] is more general than the function transform[subtractfrom]. The function transform[divideby] is related to transform[subtractfrom], and is often used in conjunction with it. One may also want to use transform[standardscore] which removes the mean from the given data, then performs a division by the standard deviation.
Examples
Subtract 4 from each datum.
Subtract the mean from each datum.
See Also
Statistics, transform(deprecated)[apply], transform(deprecated)[divideby], transform(deprecated)[multiapply], transform(deprecated)[standardscore]
Download Help Document