[sage-combinat-devel] combinatorial statistics

2014-05-26 Thread 'Martin R' via sage-combinat-devel
Hi all! I am in need of browsing through all the statistics on permutations and derangements, and wanted to use combinatorial_statistics_in_class, but I can't find it anymore... What should I be using? All the best, Martin -- You received this message because you are subscribed to the

Re: [sage-combinat-devel] combinatorial statistics

2014-05-26 Thread Christian Stump
I am in need of browsing through all the statistics on permutations and derangements, and wanted to use combinatorial_statistics_in_class, but I can't find it anymore... What should I be using? Hi Martin -- sage: from sage.combinat.combinatorial_map import combinatorial_maps_in_class sage:

Re: [sage-combinat-devel] combinatorial statistics

2014-05-26 Thread 'Martin R' via sage-combinat-devel
Hi Christian! thanks for the fast reply -- but I need statistics, not maps. I..e, I'd like to have a list of all methods applying to permutations that return a number... Is it correct that findstat implements more statistics and more maps? Is it possible to use findstat from within sage?

Re: [sage-combinat-devel] combinatorial statistics

2014-05-26 Thread Nicolas M. Thiery
Hi Christian, On Mon, May 26, 2014 at 09:08:14AM +0200, Christian Stump wrote: Let me add that I was thinking of opening a ticket to remove combinatorial maps from Sage again (in the medium time future) simply because the negative comments about it were louder (and I am currently not

Re: [sage-combinat-devel] combinatorial statistics

2014-05-26 Thread Christian Stump
thanks for the fast reply -- but I need statistics, not maps. I..e, I'd like to have a list of all methods applying to permutations that return a number... sorry for not properly reading your request! We had, similar to the @combinatorial_maps decorator, an @combinatorial_statistic decorator

Re: [sage-combinat-devel] combinatorial statistics

2014-05-26 Thread Viviane Pons
Just so you know, I intend to fix the decorator at some point to reduce whatever impact it could have (I learned a bit a more about decorator while at PyCon). We could also think of adding more semantic information to make the usecase for sage more obvious (I really do think there is one). Also,