[SciPy-Dev] splitting an ordered list as evenly as possilbe

John Hunter jdh2358 at gmail.com
Wed Aug 25 10:19:05 EDT 2010


On Wed, Aug 25, 2010 at 9:10 AM, Keith Goodman <kwgoodman at gmail.com> wrote:

> How about using the percentiles of np.unique(x)? That takes care of
> the first constraint (no overlap) but ignores the second constraint
> (min std of cluster size).

Well, I need the 2nd constraint....

JDH



More information about the SciPy-Dev mailing list