CONTRIBUTIONS.rst
LICENSE.txt
MANIFEST.in
README.rst
pylintrc
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/api_doc.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contact.rst
docs/source/development.rst
docs/source/download.rst
docs/source/index.rst
docs/source/license.rst
docs/source/methods.rst
docs/source/publications.rst
docs/source/sitemap.rst
docs/source/tutorials.rst
docs/source/_static/default.css
docs/source/_static/logo.png
docs/source/_static/logo.psd
docs/source/_templates/layout.html
docs/source/api/climate/climate_data.rst
docs/source/api/climate/climate_network.rst
docs/source/api/climate/coupled_climate_network.rst
docs/source/api/climate/coupled_tsonis.rst
docs/source/api/climate/havlin.rst
docs/source/api/climate/hilbert.rst
docs/source/api/climate/map_plots.rst
docs/source/api/climate/mutual_info.rst
docs/source/api/climate/partial_correlation.rst
docs/source/api/climate/rainfall.rst
docs/source/api/climate/spearman.rst
docs/source/api/climate/tsonis.rst
docs/source/api/core/data.rst
docs/source/api/core/geo_network.rst
docs/source/api/core/grid.rst
docs/source/api/core/interacting_networks.rst
docs/source/api/core/netcdf_dictionary.rst
docs/source/api/core/network.rst
docs/source/api/core/resistive_network.rst
docs/source/api/eventseries/eca.rst
docs/source/api/funcnet/coupling_analysis.rst
docs/source/api/funcnet/coupling_analysis_pure_python.rst
docs/source/api/timeseries/cross_recurrence_plot.rst
docs/source/api/timeseries/inter_system_recurrence_network.rst
docs/source/api/timeseries/joint_recurrence_network.rst
docs/source/api/timeseries/joint_recurrence_plot.rst
docs/source/api/timeseries/recurrence_network.rst
docs/source/api/timeseries/recurrence_plot.rst
docs/source/api/timeseries/surrogates.rst
docs/source/api/timeseries/visibility_graph.rst
docs/source/api/utils/mpi.rst
docs/source/api/utils/navigator.rst
docs/source/tutorials/climate_network_1.rst
docs/source/tutorials/recurrence_network_1.rst
examples/modules/mpi/network_large.py
examples/modules/mpi/network_mc.py
examples/modules/mpi/network_scan_no_comm.py
examples/modules/timeseries/recurrence_network.py
examples/tutorials/climate_network.py
examples/tutorials/recurrence_network.py
pyunicorn/__init__.py
pyunicorn/conftest.py
pyunicorn.egg-info/PKG-INFO
pyunicorn.egg-info/SOURCES.txt
pyunicorn.egg-info/dependency_links.txt
pyunicorn.egg-info/requires.txt
pyunicorn.egg-info/top_level.txt
pyunicorn/climate/__init__.py
pyunicorn/climate/climate_data.py
pyunicorn/climate/climate_network.py
pyunicorn/climate/coupled_climate_network.py
pyunicorn/climate/coupled_tsonis.py
pyunicorn/climate/eventsynchronization_climatenetwork.py
pyunicorn/climate/havlin.py
pyunicorn/climate/hilbert.py
pyunicorn/climate/map_plots.py
pyunicorn/climate/mutual_info.py
pyunicorn/climate/partial_correlation.py
pyunicorn/climate/rainfall.py
pyunicorn/climate/spearman.py
pyunicorn/climate/tsonis.py
pyunicorn/climate/_ext/__init__.py
pyunicorn/climate/_ext/numerics.c
pyunicorn/climate/_ext/numerics.pyx
pyunicorn/climate/_ext/src_numerics.c
pyunicorn/core/__init__.py
pyunicorn/core/data.py
pyunicorn/core/geo_network.py
pyunicorn/core/grid.py
pyunicorn/core/interacting_networks.py
pyunicorn/core/netcdf_dictionary.py
pyunicorn/core/network.py
pyunicorn/core/numerics.c
pyunicorn/core/resistive_network.py
pyunicorn/core/_ext/__init__.py
pyunicorn/core/_ext/numerics.c
pyunicorn/core/_ext/numerics.pyx
pyunicorn/core/_ext/src_numerics.c
pyunicorn/eventseries/eca.py
pyunicorn/funcnet/__init__.py
pyunicorn/funcnet/coupling_analysis.py
pyunicorn/funcnet/coupling_analysis_pure_python.py
pyunicorn/funcnet/event_synchronization.py
pyunicorn/funcnet/_ext/__init__.py
pyunicorn/funcnet/_ext/numerics.c
pyunicorn/funcnet/_ext/numerics.pyx
pyunicorn/funcnet/_ext/src_numerics.c
pyunicorn/timeseries/__init__.py
pyunicorn/timeseries/cross_recurrence_plot.py
pyunicorn/timeseries/inter_system_recurrence_network.py
pyunicorn/timeseries/joint_recurrence_network.py
pyunicorn/timeseries/joint_recurrence_plot.py
pyunicorn/timeseries/numerics.c
pyunicorn/timeseries/recurrence_network.py
pyunicorn/timeseries/recurrence_plot.py
pyunicorn/timeseries/surrogates.py
pyunicorn/timeseries/visibility_graph.py
pyunicorn/timeseries/_ext/__init__.py
pyunicorn/timeseries/_ext/numerics.c
pyunicorn/timeseries/_ext/numerics.pyx
pyunicorn/timeseries/_ext/src_numerics.c
pyunicorn/utils/__init__.py
pyunicorn/utils/mpi.py
pyunicorn/utils/navigator.py
pyunicorn/utils/progressbar/__init__.py
pyunicorn/utils/progressbar/compat.py
pyunicorn/utils/progressbar/progressbar.py
pyunicorn/utils/progressbar/widgets.py
tests/__init__.py
tests/test_generic.py
tests/test_climate/__init__.py
tests/test_climate/test_climate_data.py
tests/test_climate/test_climate_network.py
tests/test_climate/test_eventsynchronization_climatenetwork.py
tests/test_climate/test_tsonis.py
tests/test_core/ResistiveNetwork_utils.py
tests/test_core/TestResitiveNetwork-circuits.py
tests/test_core/TestResitiveNetwork-complexInput.py
tests/test_core/TestResitiveNetwork-cython.py
tests/test_core/TestResitiveNetwork-types.py
tests/test_core/__init__.py
tests/test_core/test_data.py
tests/test_core/test_geo_network.py
tests/test_core/test_grid.py
tests/test_core/test_interacting_networks.py
tests/test_core/test_network.py
tests/test_core/test_resistive_networks.py
tests/test_funcnet/__init__.py
tests/test_funcnet/test_coupling_analysis.py
tests/test_funcnet/test_event_synchronization.py
tests/test_timeseries/__init__.py
tests/test_timeseries/test_surrogates.py
tests/test_timeseries/test_timeseries.py