CHANGELOG.rst
CONTRIBUTIONS.rst
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
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_grid.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/core/spatial_network.rst
docs/source/api/eventseries/event_series.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/ClimateNetworks.nblink
docs/source/tutorials/CoupledClimateNetworks.nblink
docs/source/tutorials/EventSeriesAnalysis.nblink
docs/source/tutorials/RecurrenceNetworks.nblink
docs/source/tutorials/VisibilityGraphs.nblink
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/ClimateNetworks.ipynb
examples/tutorials/CoupledClimateNetworks.ipynb
examples/tutorials/EventSeriesAnalysis.ipynb
examples/tutorials/RecurrenceNetworks.ipynb
examples/tutorials/VisibilityGraphs.ipynb
examples/tutorials/images/Characteristics_rP.png
examples/tutorials/images/ECA.png
examples/tutorials/images/EventSynchronisation.png
examples/tutorials/images/HVG.png
examples/tutorials/images/REcurrencePlot_v2.png
examples/tutorials/images/SimpleVG.png
src/pyunicorn/__init__.py
src/pyunicorn/version.py
src/pyunicorn.egg-info/PKG-INFO
src/pyunicorn.egg-info/SOURCES.txt
src/pyunicorn.egg-info/dependency_links.txt
src/pyunicorn.egg-info/not-zip-safe
src/pyunicorn.egg-info/requires.txt
src/pyunicorn.egg-info/top_level.txt
src/pyunicorn/climate/__init__.py
src/pyunicorn/climate/climate_data.py
src/pyunicorn/climate/climate_network.py
src/pyunicorn/climate/coupled_climate_network.py
src/pyunicorn/climate/coupled_tsonis.py
src/pyunicorn/climate/eventseries_climatenetwork.py
src/pyunicorn/climate/havlin.py
src/pyunicorn/climate/hilbert.py
src/pyunicorn/climate/map_plot.py
src/pyunicorn/climate/mutual_info.py
src/pyunicorn/climate/partial_correlation.py
src/pyunicorn/climate/rainfall.py
src/pyunicorn/climate/spearman.py
src/pyunicorn/climate/tsonis.py
src/pyunicorn/climate/_ext/__init__.py
src/pyunicorn/climate/_ext/numerics.pyx
src/pyunicorn/climate/_ext/src_numerics.c
src/pyunicorn/core/__init__.py
src/pyunicorn/core/cache.py
src/pyunicorn/core/data.py
src/pyunicorn/core/geo_grid.py
src/pyunicorn/core/geo_network.py
src/pyunicorn/core/grid.py
src/pyunicorn/core/interacting_networks.py
src/pyunicorn/core/netcdf_dictionary.py
src/pyunicorn/core/network.py
src/pyunicorn/core/resistive_network.py
src/pyunicorn/core/spatial_network.py
src/pyunicorn/core/_ext/__init__.py
src/pyunicorn/core/_ext/numerics.pyx
src/pyunicorn/core/_ext/src_numerics.c
src/pyunicorn/core/_ext/types.pxd
src/pyunicorn/core/_ext/types.py
src/pyunicorn/eventseries/__init__.py
src/pyunicorn/eventseries/event_series.py
src/pyunicorn/funcnet/__init__.py
src/pyunicorn/funcnet/coupling_analysis.py
src/pyunicorn/funcnet/coupling_analysis_pure_python.py
src/pyunicorn/funcnet/_ext/__init__.py
src/pyunicorn/funcnet/_ext/numerics.pyx
src/pyunicorn/timeseries/__init__.py
src/pyunicorn/timeseries/cross_recurrence_plot.py
src/pyunicorn/timeseries/inter_system_recurrence_network.py
src/pyunicorn/timeseries/joint_recurrence_network.py
src/pyunicorn/timeseries/joint_recurrence_plot.py
src/pyunicorn/timeseries/recurrence_network.py
src/pyunicorn/timeseries/recurrence_plot.py
src/pyunicorn/timeseries/surrogates.py
src/pyunicorn/timeseries/visibility_graph.py
src/pyunicorn/timeseries/_ext/__init__.py
src/pyunicorn/timeseries/_ext/numerics.pyx
src/pyunicorn/timeseries/_ext/src_numerics.c
src/pyunicorn/utils/__init__.py
src/pyunicorn/utils/mpi.py
src/pyunicorn/utils/navigator.py
tests/conftest.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_coupled_climate_network.py
tests/test_climate/test_eventseries_climatenetwork.py
tests/test_climate/test_map_plot.py
tests/test_climate/test_tsonis.py
tests/test_core/ResistiveNetwork_utils.py
tests/test_core/TestResistiveNetwork-circuits.py
tests/test_core/TestResistiveNetwork-complexInput.py
tests/test_core/TestResistiveNetwork-cython.py
tests/test_core/TestResistiveNetwork-types.py
tests/test_core/__init__.py
tests/test_core/test_cache.py
tests/test_core/test_data.py
tests/test_core/test_geo_grid.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_core/test_spatial_network.py
tests/test_eventseries/test_event_series.py
tests/test_funcnet/test_coupling_analysis.py
tests/test_timeseries/test_joint_recurrence_plot.py
tests/test_timeseries/test_recurrence_plot.py
tests/test_timeseries/test_timeseries.py