summaryrefslogtreecommitdiff
path: root/pyspike/generic.py
AgeCommit message (Collapse)Author
2015-12-14py3: divisionIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-12-14py3: xrange() -> range()Igor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-17fix #15Mario Mulansky
add test case and fix for Issue #15 closes #15
2015-08-12new spike delay asymmetry measuresMario Mulansky
added first version of spike delay asymmetry functions. still incomplete and untested.
2015-08-10Added more //ImmanuelSamuel
2015-08-10Used // instead of type conversionImmanuelSamuel
2015-08-10Syntax correctionImmanuelSamuel
2015-08-10Indices for matrix slicing needs to be integersImmanuelSamuel
Dividing the indices by 2 gives a float which cannot be used for slicing the matrix. Changed the type of the indices to integer to ensure that matrix slicing does not return error.
2015-05-07performance improvementsMario Mulansky
use recursive approach to compute average profile for average multivariate distances, dont compute average multivariate profile, but average distances directly.
2015-02-03split distance.py into 3 separate modulesMario Mulansky