Skip to content

RelationalStats

Python toolkit for applied and statistical social network analysis.

RelationalStats provides practical APIs for workflows inspired by R sna, ergm, tergm / stergm, and linkprediction, while keeping methodological boundaries explicit: equivalence, approximation, validation status, and future work are documented instead of hidden.

Package status

  • Published package: relationalstats
  • Current public release: 0.1.0a1
  • Runtime: Python >=3.10
  • License: MIT
  • Main areas: link prediction, QAPLogit, ERGM approximation, STERGM approximation

Documentation sections

Quick install

bash
pip install relationalstats

For local development from the source repository:

bash
python3.10 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e ".[dev,test]"

Repository

Built with VitePress and deployed with GitHub Pages.