[SciPy-Dev] Subversion scipy.stats irregular problem with source code example

James Phillips zunzun at zunzun.com
Fri Oct 1 13:58:05 EDT 2010


On Fri, Oct 1, 2010 at 7:21 AM, James Phillips <zunzun at zunzun.com> wrote:
>
> Here are current timing results fitting both loc and scale...

I'm iterating over all continuous distributions now, and the genetic
algorithm results are showing which distributions can be run with loc
= min(data) and scale = max(data) - min(data).  With that information
in hand I can then speed up the overall fitting considerably by not
fitting those parameters.

     James



More information about the SciPy-Dev mailing list