From 696e4f656c51fff22a4c448f25c248070b9fb4e5 Mon Sep 17 00:00:00 2001 From: Onno Kampman Date: Sat, 25 May 2024 14:32:46 +0800 Subject: [PATCH] add summary measures --- configs/configs.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/configs.py b/configs/configs.py index 4cac7fa7..2529d305 100644 --- a/configs/configs.py +++ b/configs/configs.py @@ -381,6 +381,12 @@ def _get_simulations_shared_config_dict(shared_config_dict: dict, benchmark_dime 'plot-lengthscales-window-lengths': (12, 10), 'plot-data-xlim': [-0.00, 1.00], 'repetition-time': 1, # synthetic TR is one second for simplicity + 'TVFC-summary-measures': [ + 'ar1', + 'mean', + 'variance', + 'rate_of_change', + ], 'window-lengths': [ 15, 30,