summaryrefslogtreecommitdiff
path: root/pyspike/SpikeTrain.py
AgeCommit message (Collapse)Author
2015-05-11treatment of empty spike trains in isi functionsMario Mulansky
2015-04-27updated docsMario Mulansky
2015-04-24renamed interval -> edges in SpikeTrainMario Mulansky
2015-04-24further adjustments in spike syncMario Mulansky
2015-04-24changed spike sync implementation to SpikeTrainMario Mulansky
2015-04-22added SpikeTrain class, changed isi_distanceMario Mulansky
spike trains are now represented as SpikeTrain objects consisting of the spike times and the interval edges. The implementation of the ISI-distance has been modified accordingly. The SPIKE-distance and SPIKE-Synchronization are still to be done.