Skip to content

Statistical Normalisation for Network Analysis

Choose a tag to compare

@cbueth cbueth released this 14 Aug 12:29
· 35 commits to main since this release

New Features

Network Metric Normalisation

  • Added z-score normalisation for network analysis metrics against random graph ensembles
  • All network metrics now support normalise=True parameter to compare against directed Erdos–Rényi $G(n,m)$ null models
  • Configurable ensemble parameters: n_random (default: 20) and random_seed for reproducibility

Improvements

  • Enhanced statistical rigor for network analysis results
  • Updated dependency: synthatdelays>=1.0.2
  • Added Zenodo DOI badge for improved citation support

Notes

Full Changelog: v0.3.0...v0.3.1