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[statplots, symmetry] - Symmetry Plot
Calling Sequence
stats[statplots, scatterplot](data, format=symmetry)
statplots[scatterplot](data, format=symmetry)
scatterplot(data, format=symmetry)
Parameters
data
-
statistical list(s)
plotoptions
plot options
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function scatterplot with the formatting option, format=symmetry of the subpackage stats[statplots] gives a symmetry plot of data.
The data in the data parameter are sorted, and missing items are removed. If the data are indexed by data[i], med is the median of the data and n is the total number of observations then a plot of versus for all i is produced together with the line.
If the data set is symmetric (with respect to the median), then the plot will produce points on straight line . For ease of comparison, the symmetry plot includes this comparison line. Thus, a symmetry plot reveals departures from symmetry.
The actual behavior takes into account the various weight of the data.
Although classes are converted to classmarks when generating this type of plot, it is recommended that only data without classes be used. class data may distort results that can be inferred from the graph.
The command with(stats[statplots] allows the use of the abbreviated form of this command.
Examples
Here is some data that is skewed to the right. Note that the points lie above y=x.
Sometimes it is clearer to produce a plot with constrained axes.
This data is skewed to the left. Note that the points lie below y=x.
This data is symmetric. Note that all points fall on the line y=x.
See Also
Statistics, Statistics[Visualization], statplots(deprecated)[scatterplot], stats(deprecated)[data], stats(deprecated)[statplots]
Download Help Document