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
Overview of the stats[transform] Subpackage
Calling Sequence
stats[transform]command](arguments)
command(arguments)
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The stats[transform] subpackage provides various tools for transforming lists of statistical data.
Each command in the stats[transform] package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
List of stats[transform] Subpackage Commands
The following is a list of available commands.
apply
extends map() to statistical data.
classmark
replace data classes by their class mark (mid-point).
cumulativefrequency
count up the weights of the data items.
deletemissing
delete missing data from the data list.
divideby
divide the data by a number or a
descriptive statistics function.
frequency
give the weights of each data item.
moving
compute moving averages and other moving quantities.
multiapply
apply a formula across multiple data lists.
scaleweight
multiply the weights of the data by a given value.
split
split the data list into multiple lists
of the same weight.
standardscore
replace each data item by its standard score
(z-value).
statsort
sort statistical data.
statvalue
give the value of each data item. That is, set
their weight to 1.
subtractfrom
subtract from the data a number
or a descriptive statistics function.
tally
tally each data item.
tallyinto
tally each item into specified classes.
To display the help page for a particular stats[transform] command, see Getting Help with a Command in a Package.
Some commands either require or use parameters in addition to the data given as arguments. These parameters appear as an index to the command name. See transform[standardscore] for an example.
If a particular call cannot be evaluated, for example trying to find the mode of a statistical list that contains a non-numeric entry, then the call is returned unevaluated. Information is provided in the variable `stats/lasterror` as to the reason why a call was not evaluated. Also, this information is automatically given if infolevel[stats] has a value greater than or equal to one, prior to the unsuccessful call.
Examples
Remembering that the left boundary of a class is inclusive, and the right boundary is exclusive (so the 10 above belongs to 10..15 and not 5..10, we have:
See Also
Statistics, Statistics[DataManipulation], stats(deprecated)
Download Help Document