Skip to content

python based code for integer partitioning

Notifications You must be signed in to change notification settings

weecology/partitions

 
 

Repository files navigation

partitions--Code for integer partitioning

Files & Folders

partitions.py --contains the primary partitioning functions.

rand_part_kdens.py --used to reveal that the functions are unbiased.

random_part_time2.py --makes time comparisons between random partitioning functions.

random_part_time_simple.py --used to find the number of seconds for generating a random partition for a particular Q-N combination. prints time to screen.

metrics --folder containing files for evenness, diversity, inequality metrics...more to come.

GNU GENERAL PUBLIC LICENSE

Version 2, June 1991

partitions is a collection of Python coded functions useful for partitioning integers

Copyright (C) Kenneth J. Locey

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


Ken Locey's email: ken@weecology.org and locey@biology.usu.edu

Go to Ken's website

About

python based code for integer partitioning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published