From 8db0c12c37af085544a44e4e152c1f7374b78c60 Mon Sep 17 00:00:00 2001 From: Joseph Lizier Date: Mon, 5 Sep 2022 14:32:14 +1000 Subject: [PATCH] Brief update to header comments on spiking TE example --- demos/python/SpikeTrainTETesting.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demos/python/SpikeTrainTETesting.py b/demos/python/SpikeTrainTETesting.py index 1caac7d..10178a0 100755 --- a/demos/python/SpikeTrainTETesting.py +++ b/demos/python/SpikeTrainTETesting.py @@ -1,6 +1,6 @@ ## ## Java Information Dynamics Toolkit (JIDT) -## Copyright (C) 2012, Joseph T. Lizier +## Copyright (C) 2022, David P. Shorten, Joseph T. Lizier ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -16,9 +16,7 @@ ## along with this program. If not, see . ## -# = Example 4 - Transfer entropy on continuous data using Kraskov estimators = - -# Simple transfer entropy (TE) calculation on continuous-valued data using the Kraskov-estimator TE calculator. +# Transfer entropy (TE) calculation on generated spike train data using the continuous-time TE estimator. from jpype import * import random