Python wrapper for cppEDM using pybind11
Project description
## Empirical Dynamic Modeling (EDM) — This package provides a Python/Pandas DataFrame interface to the [cppEDM](https://github.com/SugiharaLab/cppEDM) library for [EDM analysis](http://deepeco.ucsd.edu/nonlinear-dynamics-research/edm/). [Documentation](https://github.com/SugiharaLab/pyEDM/blob/master/doc/pyEDM.pdf) is available at [pyEDM](https://github.com/SugiharaLab/pyEDM).
Functionality includes: * Simplex projection (Sugihara and May 1990) * Sequential Locally Weighted Global Linear Maps (S-map) (Sugihara 1994) * Multivariate embeddings (Dixon et. al. 1999) * Convergent cross mapping (Sugihara et. al. 2012) * Multiview embedding (Ye and Sugihara 2016)
— ## Installation
### Python Package Index (PyPI) Certain Mac OSX and Windows platforms are supported with prebuilt binary distributions and can be installed using the Python pip module. The module is located at [pypi.org/project/pyEDM](https://pypi.org/project/pyEDM/).
Installation can be executed as: python -m pip install pyEDM
### Manual Install Unfortunately, we do not have the resources to provide pre-built binary distributions for all computer platforms. In this case the user is required to first build the cppEDM library on their machine, and then install the Python package using pip. On OSX and Linux this requires g++, on Windows, Microsoft Visual Studio Compiler (MSVC) which can be obtained from Build Tools for Visual Studio 2019. Only the Windows SDK is needed.
Note that the [LAPACK](http://www.netlib.org/lapack/explore-html/index.html) library is required to build cppEDM.
#### OSX and Linux 1. Download pyEDM: git clone https://github.com/SugiharaLab/pyEDM 2. Build cppEDM library: cd pyEDM/cppEDM/src; make 3. Build and install package: cd ../..; python -m pip install . –user –trusted-host pypi.org
#### Windows 1. Download pyEDM: git clone https://github.com/SugiharaLab/pyEDM 2. Build cppEDM library: cd pyEDMcppEDMsrc; nmake /f makefile.windows 3. Build and install package: cd ....; python -m pip install . –user –trusted-host pypi.org
— ## Usage Example usage at the python prompt: `python >>> import pyEDM >>> pyEDM.Examples() `
— ### References Sugihara G. and May R. 1990. Nonlinear forecasting as a way of distinguishing chaos from measurement error in time series. Nature, 344:734–741.
Sugihara G. 1994. Nonlinear forecasting for the classification of natural time series. Philosophical Transactions: Physical Sciences and Engineering, 348 (1688) : 477–495.
Dixon, P. A., M. Milicich, and G. Sugihara, 1999. Episodic fluctuations in larval supply. Science 283:1528–1530.
Sugihara G., May R., Ye H., Hsieh C., Deyle E., Fogarty M., Munch S., 2012. Detecting Causality in Complex Ecosystems. Science 338:496-500.
Ye H., and G. Sugihara, 2016. Information leverage in interconnected ecosystems: Overcoming the curse of dimensionality. Science 353:922–925.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for pyEDM-1.2.0.0-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5abeff72f029b0eb1488f814e61b3c8e36485dc9cbe43f21abf5013a98d895db |
|
MD5 | d369e0414f0c5348c6eb6c2cc6731528 |
|
BLAKE2b-256 | 9d504bbb163379844a0cf3258dccad8f546cc515e209630fe6e666000e9aa46e |
Hashes for pyEDM-1.2.0.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f7f2c28d0319f5a295a297eec6e6c22e5db7bc63d39649dfbcbe14790d25797 |
|
MD5 | 899a43a1ec1efccbfabf8c4bdafe2617 |
|
BLAKE2b-256 | 00a1868c77e41c7d4b089eb6e99f9b2d37727284ca5af773148257761adbe5aa |
Hashes for pyEDM-1.2.0.0-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8dae344421cf2b3cc960e89d8103d456eb5671a1c9248a9227c1401bd5f8626 |
|
MD5 | 7d0a991d994d35760857f1f8f8677992 |
|
BLAKE2b-256 | 5090fd3ac74b9865c4597b863d6bf181d1a27faba27d8351599f54cb1c7095ee |
Hashes for pyEDM-1.2.0.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 256ebdb8c23881765bc77ac098b14ec7ce56536dfb8d3f4c06e9c62bce651c9d |
|
MD5 | 7510dcd9c8f49cac805b42d20cda14f4 |
|
BLAKE2b-256 | ac5f783343422de6f266c07fba503bda74d6f109dd5999f2f9f8db98940606c0 |
Hashes for pyEDM-1.2.0.0-cp35-cp35m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ac4f1b7bdef6c3ec07aadbc4a6f0b2f3c82a11d21036d1c5dde1be69834257 |
|
MD5 | c0d4e903b72c85ffbe6319aebd7c1154 |
|
BLAKE2b-256 | 02c8173e8f59f55ae5914a203dc030a21df6d2d304f7ebd24143f4fb0d4fe2ae |
Hashes for pyEDM-1.2.0.0-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cecb3e28352835b598aa0dd1c43b1e0a23075d2f137907d1c21fe5a8bdd36ea |
|
MD5 | 7800546f3f489e98fc8a353a4dd0621d |
|
BLAKE2b-256 | 5454c3a2bbc98c818b675ddfaca2f93ec1e45da1b4eb08e83bcb1a7a8630433e |