Re: [sage-combinat-devel] combinatorial statistics

2012-07-04 Thread Martin Rubey
Christian Stump writes: > The decorator is implemented in > combinatorial_statistics_and_maps_decorator-cs.patch, the concrete > examples in the one right after. Please don't modify the later > (concrete_combinatorial_statisics_and_maps_cs.patch) since I am again > and again changing it. OK! >

Re: [sage-combinat-devel] combinatorial statistics

2012-07-04 Thread Christian Stump
Hi Martin. > Eg., for personal enjoyment, I just added decorators to > number_of_crossings and number_of_nestings in perfect matchings. > (Christian: it works now, I made a stupid mistake) good - any comments are welcome. > I see that there is a patch > concrete_combinatorial_statisics_and_maps_

[sage-combinat-devel] combinatorial statistics

2012-07-04 Thread Martin Rubey
Hi there! I'd like to know whether there is a policy, and if so, what it is, on adding decorators to combinatorial statistics, and also adding statistics themselves. Eg., for personal enjoyment, I just added decorators to number_of_crossings and number_of_nestings in perfect matchings. (Christi