https://github.com/midnighter/foggy-march
A simple module for random walks on networks.
https://github.com/midnighter/foggy-march
Last synced: over 1 year ago
JSON representation
A simple module for random walks on networks.
- Host: GitHub
- URL: https://github.com/midnighter/foggy-march
- Owner: Midnighter
- License: other
- Created: 2013-05-03T10:28:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T21:25:07.000Z (about 12 years ago)
- Last Synced: 2025-01-04T20:15:00.487Z (over 1 year ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
===========
Foggy March
===========
Outline
-------
A module for different types of random walks on any directed or undirected network.
See the contained notebook for an example use. It implements random walker
models presented in [\ 1_ - 4_] using IPython's parallel-processing. The module
also provides functions to evaluate internal dynamics vs external fluctuations
as defined in [\ 2_].
Requirements
------------
* networkx_
* numpy_
.. _networkx: http://networkx.github.com/
.. _numpy: http://www.numpy.org/
Optional
~~~~~~~~
* IPython_ and 0MQ for parallel-processing. An older version that uses local
``multiprocessing`` is available, too.
* matplotlib_ for plotting
* tables_ for storing results
.. _IPython: http://ipython.org/
.. _matplotlib: http://matplotlib.org/
.. _tables: http://www.pytables.org/
Also take a look at the ``requirements.txt`` and ``opt-requirements.txt`` files
that you can use with ``pip`` to install the necessary packages.
pip install -r
Authors
-------
* Beber, Moritz Emanuel
References
----------
.. [1] De Menezes, M. A., and A.-L. Barabási.
“Fluctuations in Network Dynamics.”
*Phys. Rev. Lett.* 92.2 (2004): 028701.
.. [2] De Menezes, M. A., and A.-L. Barabási.
“Separating Internal and External Dynamics of Complex Systems.”
*Phys. Rev. Lett.* 93.6 (2004): 068701.
.. [3] Eisler, Z. et al.
“Multiscaling and Non-universality in Fluctuations of Driven Complex Systems.”
*EPL (Europhysics Letters)* 69.4 (2005): 664. Print.
.. [4] Eisler, Zoltán, and János Kertész.
“Random Walks on Complex Networks with Inhomogeneous Impact.”
*Phys. Rev. E* 71.5 (2005): 057104.