pyRoCS is a library of functions used to support resilience analysis of complex systems. The package contains example datasets and tutorial to help demonstrate how the functions can be used.
pyRoCS can be installed using pip
pip install pyrocs
Alternatively, pyRoCS can be installed through GitHub
git clone https://github.com/sandialabs/pyrocs.git
cd pyrocs
pip install .
To get started with pyRoCS, we recommend working through the tutorials.
docs
pyrocs/
├── biosciences/
│ ├── affinity
│ ├── functional_redundancy
│ └── hill_diversity
├── complex_systems/
│ ├── causal_complexity
│ ├── fluctuation_complexity
│ └── grc
└── information_theory/
├── entropy
├── kl_divergence
└── mutual_info
test
tutorials
A peer-reviewed paper is in progress. So stay tuned for the DOI.
See the contributing page for more info
pyRoCS is licensed through National Technology & Engineering Solutions of Sandia, LLC (NTESS) under a Revised BSD-3 clause. See license file for more information.