Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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