Skip to main content

EcoPy: Ecological Data Analysis in Python

Project description

EcoPy: Python for Ecological Data Analyses
******************************************

.. image:: https://zenodo.org/badge/17555/Auerilas/ecopy.svg
:target: https://zenodo.org/badge/latestdoi/17555/Auerilas/ecopy

**EcoPy** provides tools for ecological data analyses. In general, it focuses on multivariate data analysis, which can be useful in any field, but with particular attention to those methods widely used in ecology. `The homepage, with full documentation and examples, can be found here <http://ecopy.readthedocs.org>`_

Install via 'pip install ecopy'

What's New
=======
0.1.1
--------
- More Python 3.x compatibility
- Fixed the transform function to not alter the original data matrix


License
=====
**EcoPy** is distributed under the MIT license

Version
=====
0.1.1

Examples
======
Transforming a site x species matrix, dividing by site totals::

import ecopy as ep
varespec = ep.load_data('varespec')
newMat = ep.transform(varespec, method='total', axis=1)

Calculating Bray-Curtis dissimilarities on the new matrix::

brayMat = ep.distance(newMat, method='bray')

PCA on US Arrests data::

USArrests = ep.load_data('USArrests')
prcomp = ep.pca(USArrests, scaled = True)
prcomp.summary()
prcomp.biplot(scale = 0)
prcomp.biplot(scale = 1, obsNames = True)

Full online documentation is a work in progress

TO-DO
====
- MINIMUM SPANNING TREE
- PROCRUSTES ROTATION
- LINEAR/SURFACE ENVIRONMENTAL FITTING
- MAXENT WRAPPER
- MANY MANY OTHER THINGS

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecopy-0.1.1.tar.gz (82.4 kB view details)

Uploaded Source

File details

Details for the file ecopy-0.1.1.tar.gz.

File metadata

  • Download URL: ecopy-0.1.1.tar.gz
  • Upload date:
  • Size: 82.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ecopy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7369f756f1d1cbfec60820d9e827227b639421b2592e127b984593638dc89707
MD5 aab7ba4b9538fab932bfdeb151f1050d
BLAKE2b-256 cdcae92ea0dc62b06405cd29194085f9e2c70a4e380b77620e3be9ee600fa7c6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page