Reference Guide#
Welcome to the delaynet Reference Guide.
This guide provides comprehensive documentation for the delaynet package, a Python library for reconstructing delay functional networks from time series data.
Reconstruction can be performed using various building blocks and connectivities,
e.g. by detecting causality relationships with granger causality tests or transfer entropy,
among others.
The package offers a suite of tools for analyzing time series data and reconstructing delay networks, designed to be flexible and extensible, allowing users to apply various methods for preprocessing, detrending, and connectivity analysis.
What You’ll Find in This Guide#
Preparation: Learn what data format to prepare, or how to generate synthetic data for testing and experimentation, including random data and fMRI time series.
Detrending: Explore various detrending techniques to standardize time series data, remove trends, and make different time series comparable for connectivities.
Connectivity Measures: Learn about the different connectivity measures available in
delaynet, including Granger Causality, Linear Correlation, Mutual Information, and more.Network Reconstruction: Understand how to infer the structure of a network from time series data (work in progress).
Network Analysis: Learn about network pruning methods for simplifying complex networks and topological analysis techniques for analyzing structural properties of networks (work in progress).