HP Forums
Help for Paretto's Curve - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Help for Paretto's Curve (/thread-1837.html)



Help for Paretto's Curve - Elton Freitas - 07-16-2014 04:45 PM

Hi people!!

I need help for development in programming for data inputs and create a Pareto Curve.
Example:
I will like input with "demand year" and "Cost" in the spreadsheet in the end final printed graphical curve.

item P1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11

Demand 1 2 3 4 5 6 7 8 9 10 11

Cost 10 20 30 40 50 60 80 90 10 11 12

Datas only example!

Thanks

Elton Freitas


RE: Help for Paretto's Curve - CosmicTruth - 07-17-2014 10:14 AM

http://en.m.wikipedia.org/wiki/Pareto_distribution

Looks fun


RE: Help for Paretto's Curve - Elton Freitas - 07-18-2014 12:10 AM

I found a program for this curve:

http://www.ims-productivity.com/page.cfm/content/ABCPareto-analysis/

Thanks


RE: Help for Paretto's Curve - Tim Wessman - 07-18-2014 03:39 PM

Are you aware there is a pareto graph in statistics 1 var? How is that different from what you just linked to?


RE: Help for Paretto's Curve - Elton Freitas - 07-19-2014 12:38 AM

Yes, but I need to multiply "cost" and "price", after arranging for the highest value and generate the chart Pareto curve by dividing the classes A, B, C.
X axis => Elements and y-axis => Cumulative Percentage.