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, standardscore] - replace each item by its standard score
Calling Sequence
stats[transform, standardscore[n_constraints]](data)
transform[standardscore[n_constraints]](data)
Parameters
n_constraints
-
(optional, default=0) use 0 for population, 1 for sample
data
statistical list
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function standardscore of the subpackage stats[transform, ...] replaces each item in data by its standard score.
The standard score of a quantity is , where mean and are the mean and the standard deviation of data, respectively.
Standard scores are also known as zscores, or z-scores.
The quantity n_constraints is explained in more detail in the description of stats[describe,standarddeviation].
The standard score is very useful in comparing distributions. For example, a student can compare her relative standing between two courses if she knows her mark, the courses averages and standard deviations.
Results expressed in terms of standard score are also known as being expressed in standard units.
By definition, the set of standard scores of a list of statistical data will have mean equal to 0 and standard deviation equal to 1.
Missing items remain unchanged. Weighted data and class data are recognized.
Examples
The standard scores for the given data are
Here is another way of computing the standard scores.
And here is a third way.
See Also
Statistics, transform(deprecated)[apply], transform(deprecated)[multiapply], transform(deprecated)[standardscore], transform(deprecated)[subtractfrom]
Download Help Document