diving into gdb, the issue seems to arise between probstat and the underlying gsl code. The function permute_smart_item (which is in the version of probstat, but not the current one) returns an index out of range error (I get a break at line 107 of python/permutation.c), which the python interface does not seem to propagate through. I don't spk C very well, but the code looks correct, so I...
2007-01-24 21:45:49 UTC in Probability and Stastics for python