This is the repository gathering the experiments for the EUSIPCO2026 paper ``Graph Signal Surrogate Generation for Statistical Testing of Covariance Structure on Directed Graphs". All figures can be re-generated from this repository.
Run the command:
pip install GyRAPH
# List all available experiments
python -m experiments.run --list
# Run a specific experiment
python -m experiments.run --paper paper_test_covar --experiment exp_asymmetry_erdos_graph
In each experiment folders are located config files you can change to modify the input parameters to experiments.
- Figures from paper ``Graph Signal Surrogate Generation for Statistical Testing of Covariance Structure on Directed Graphs"
This repository uses the core module GyRAPH implementation powering the Graph Signal Surrogate Generation for Statistical Testing of Covariance Structure on Directed Graphs experiments and all reproducible figures from the paper.