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, cumulativefrequency] - partial sums of frequencies
Calling Sequence
stats[transform, cumulativefrequency](data)
transform[cumulativefrequency](data)
Parameters
data
-
statistical list
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The function cumulativefrequency of the subpackage stats[transform, ...] computes the partial sums of the frequencies in the given data.
The data is used in its given order, and missing data is taken into consideration.
Cumulative frequencies are useful in constructing cumulative distributions and cumulative frequency polygons (or ogives). Ogives are plots of the cumulative frequencies against the upper class boundaries.
If the total weight of the data is scaled to one (see transform[scaleweight] and describe[count]), prior to the call to cumulativefrequency then the relative cumulative frequency distribution is obtained. If the weight is scaled to 100, the percentage cumulative frequency distribution attains. The corresponding ogive is referred to as the percentage ogive. A closely related graph is the quantile plot, see statplots[quantile] for more information.
Examples
This is obtained as follows:
The next few steps show the construction of an ogive.
Upper range of classes:
Cumulative frequencies
Points of the ogive
Display the result. (Make the ogive start at the origin).
See Also
Statistics, statplots(deprecated)[quantile], stats(deprecated)[data], stats(deprecated)[transform], transform(deprecated)[frequency], transform(deprecated)[statvalue]
Download Help Document