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, 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