octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pareto function


From: John W. Eaton
Subject: pareto function
Date: Thu, 29 Nov 2007 18:17:25 -0500

On 30-Nov-2007, David Bateman wrote:

| Here is a patch that adds the pareto function. At the same time it fixes
| two bugs in plotyy and __go_draw_axes__ that prevented pareto from
| working correctly.

I checked it in.

| +   [dummy, idx95] = min (abs (cdf - .95));
| +   idx95 - idx95(1);

The last line above looks like a possible bug, or at least an
expression that should be deleted.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]