Skip to content

Commit 9c06d0d

Browse files
fix bullet points
1 parent a965d30 commit 9c06d0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

elephant/statistics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,9 +1096,11 @@ def time_histogram(spiketrains: Union[List[neo.SpikeTrain], neo.SpikeTrain],
10961096
Default: None
10971097
output : {'counts', 'mean', 'rate'}, optional
10981098
Normalization of the histogram. Can be one of:
1099+
10991100
- 'counts': spike counts at each bin (as integer numbers).
11001101
- 'mean': mean spike counts per spike train.
1101-
- 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized by the bin width.
1102+
- 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized
1103+
by the bin width.
11021104
11031105
Default: 'counts'
11041106
binary : bool, optional

0 commit comments

Comments
 (0)