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,coefficientofvariation] - Coefficient of Variation
Calling Sequence
stats[describe, coefficientofvariation](data)
stats[describe, coefficientofvariation[Nconstraints]](data)
describe[coefficientofvariation](data)
describe[coefficientofvariation[Nconstraints]](data)
Parameters
data
-
statistical list
Nconstraints
(optional, default=0) Number of constraints, 1 for sample, 0 for full population
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function coefficientofvariation of the subpackage stats[describe, ...] computes the coefficient of variation of the given data. It is defined to be the standard deviation divided by the mean.
The coefficient of variation is a measure of the relative dispersion of the data. The standard deviation is a measure of the absolute dispersion. Since the coefficient of variation is independent of the units it is useful in comparing distributions where differing units have been used. One disadvantage of using the coefficient of variation as a measure of relative dispersion is that its value is not very useful when the average is close to zero.
Classes are assumed to be represented by the class mark, for example 10..12 has the value 11. Missing data are ignored.
The definition of standard deviation varies according to whether it is computed for the whole population, or only for a sample. The parameter Nconstraints provides for this. Refer to describe[standarddeviation] for more information.
The command with(stats[describe],coefficientofvariation) allows the use of the abbreviated form of this command.
Examples
For the following two data sets
The standard deviation is the same
However, the first distribution "varies more" than the second one.
This can be seen using the coefficient of variation.
See Also
describe(deprecated)[mean], describe(deprecated)[standarddeviation], Statistics, Statistics[Variation], stats(deprecated)[data], transform(deprecated)[classmark]
Download Help Document