Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 1.11 KB

File metadata and controls

executable file
·
32 lines (20 loc) · 1.11 KB

Graph Non Parametric Testing Via Surrogates

This is the repository gathering the experiments for the paper ``Statistical Testing on Directed Graphs by Surrogate Data Generation". All figures found can be re-generated from this repository.

Run Experiments

# List all available experiments
python -m experiments.run --list

# Run a specific experiment
python -m experiments.run --paper paper_surrogates_stats --experiment exp_non-linearity

In each experiment folders are located config files you can change to modify the input parameters to experiments.

Installation

Run the command: pip install -r requirements.txt pip install -i https://test.pypi.org/simple/ flowGSP

Requirements

Listed in requirements.txt.

Contents

  • Figures from paper ``Statistical Testing on Directed Graphs by Surrogate Data Generation"

Core Module

This repository uses the core module FlowGSP implementation powering the Statistical Testing on Directed Graphs by Surrogate Data Generation experiments and all reproducible figures from the paper.