summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-06-24 11:09:22 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2015-06-24 11:09:22 +0200
commit65883934996239907856b6e51641560dc7e1b7c7 (patch)
treed2abbd9d229a4d3dc93743129e15fc781abf9ab4
parent7984d32e767e5833f1aaee06b6aeda8cc3f4500d (diff)
fixed typo
-rw-r--r--pyspike/spike_distance.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyspike/spike_distance.py b/pyspike/spike_distance.py
index ac2d260..dd6d4f8 100644
--- a/pyspike/spike_distance.py
+++ b/pyspike/spike_distance.py
@@ -54,7 +54,8 @@ Falling back to slow python backend.")
############################################################
def spike_distance(spike_train1, spike_train2, interval=None):
""" Computes the spike-distance :math:`D_S` of the given spike trains. The
- spike-distance is the integral over the isi distance profile :math:`S(t)`:
+ spike-distance is the integral over the spike distance profile
+ :math:`S(t)`:
.. math:: D_S = \int_{T_0}^{T_1} S(t) dt.