pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
243 stars 77 forks source link

Globally replace the word source in the code wherever source processes is meant #43

Open Abzinger opened 4 years ago

Abzinger commented 4 years ago

The user facing side of the code talks about sources wherever the source random processes feeding information into are target are meant.

Inside some classes, the word "sources" is used to specify a single random variable, i.e. the combination of the index of a random process and a time lag.

This can be pretty confusing for newcomers trying to contribute.

pwollstadt commented 2 years ago

Replace variable name source by either source_process whenever the whole process is meant or by source_variable whenever a single random variable in the past of a process is meant (a process is a collection of random variables indexed by a time index t).