octave-maintainers
[Top][All Lists]
Advanced

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

Re: pareto function


From: John W. Eaton
Subject: Re: pareto function
Date: Thu, 29 Nov 2007 18:43:13 -0500

On 30-Nov-2007, David Bateman wrote:

| John W. Eaton wrote:
| > 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
| > 
| 
| Its a bug the "-" is supposed to be an "=", as its possible to have a
| negative values in the data, so we can pass the 95% confidence level
| twice. However, thinking about it that fixed isn't enough. The attached
| patch (which I committed) is needed..

OK.

Thanks,

jwe


reply via email to

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