CatramboneVincenzo / BHI_SymbolicTransferEntropy

A Matlab code able to calculate directional Symbolic Transfer Entropy between two time series, particularly designed to estimate Brain-Heart Interplay.
7 stars 0 forks source link

Code issues #1

Open ck56789 opened 1 year ago

ck56789 commented 1 year ago

Hello, there is a function (Nquantification) that is not defined in your code. Could you please upload it? Thank you very much!

1lqg commented 1 year ago

Hello, I have two questions for you. Can this function be used to calculate the symbolic transfer entropy of EEG and fNIRS signals? The N_labels1 in BHI_SymbolicTransferEntropy. m function is a vector or the total number of different symbols? Looking forward to your reply, thank you!

CatramboneVincenzo commented 1 year ago

Thank you for your comments. @ck56789 The Nquantification function has now been added. @1lqg Q1: Yes it can be used for EEG and fNIRS signals, knowing that both are going to be transformed in symbols by the function itself. Q2: no, N_labels1 is just the number of different symbols the value might assume, in other words it is the cardinality of the dictionary associated to variable 'x'.