Skip to content

Commit

Permalink
fix bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 28, 2024
1 parent a965d30 commit 9c06d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elephant/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,11 @@ def time_histogram(spiketrains: Union[List[neo.SpikeTrain], neo.SpikeTrain],
Default: None
output : {'counts', 'mean', 'rate'}, optional
Normalization of the histogram. Can be one of:
- 'counts': spike counts at each bin (as integer numbers).
- 'mean': mean spike counts per spike train.
- 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized by the bin width.
- 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized
by the bin width.
Default: 'counts'
binary : bool, optional
Expand Down

0 comments on commit 9c06d0d

Please sign in to comment.