Installation
Python: pyEDM
pip install pyEDM
See: pyEDM on PyPI
Jupyter Notebook
A GUI front-end for pyEDM is available at jpyEDM
R: rEDM
install.packages("rEDM")
See: rEDM
Note
For OS's not supported by CRAN or PyPI, the packages can be built from github. Please see: pyEDM, or, rEDM.
Version 1.x of pyEDM and rEDM rely on the LAPACK libraries. If you build the package, or build the host system (R or python), you will need to ensure a working LAPACK installation. pyEDM version 2.x does not have this dependence.