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[describe,percentile] - Percentiles of a Statistical List
Calling Sequence
stats[describe, percentile[which]](data, gap)
describe[percentile[which]](data, gap)
Parameters
data
-
statistical list
which
percentile required
gap
(optional, default=false) the common size of gaps between classes.
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function percentile of the subpackage stats[describe, ...] finds the item in data that corresponds to the percentile specified by which. If the requested percentile falls between entries, it is interpolated.
The percentiles are values that partition the data, once sorted, into 100 equal parts.
Using percentiles, one can compute various measures of dispersion. For example, the 10-90 percentile range is the value of the 90th percentile minus that of the 10th percentile. Other similar dispersion measures constructed with the percentiles are the 20-80 and the 25-75 percentile range. For more information related to measures of dispersion, refer to describe[standarddeviation].
Missing data are ignored.
For information about the parameter gap, see describe[gaps].
The data must be numeric.
The command with(stats[describe],percentile) allows the use of the abbreviated form of this command.
Examples
The 10-90 percentile range is
See Also
describe(deprecated)[decile], describe(deprecated)[gaps], describe(deprecated)[median], describe(deprecated)[quantile], describe(deprecated)[quartile], describe(deprecated)[range], Statistics, Statistics[Percentile], stats(deprecated)[data]
Download Help Document