Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
plots[pareto] - produce a Pareto diagram
Calling Sequence
pareto(freq, opts)
Parameters
freq
-
list of non-negative numbers indicating frequencies
opts
(optional) options to plot, or misc=string, or tags=list
Description
A Pareto diagram is a chart with the following elements: a tagged histogram of decreasing frequencies and a curve indicating the cumulative frequencies.
Dashed vertical lines indicate the 25%, 50%, and 75% marks.
If the tags parameter is omitted, then Maple assigns consecutive positive integer tags to the elements of the frequency list.
The misc parameter specifies the tag of the frequency list element that represents the miscellaneous data. The miscellaneous data is placed at the end of the sequence of items, so its bar is displayed at the top of the stack of bars.
To get percentages, normalize the frequencies so that they total 100.
Examples
Separate the frequencies from the labels
Produce and display a Pareto diagram
This time treat the miscellaneous items separately
Give numbers as percentages instead of raw frequencies. One could also normalize the costs and give the actual amount of money.
The command to create the plot from the Plotting Guide produces the same pareto, without labels.
Download Help Document