Skip to content

Commit

Permalink
fix bullet point list
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 28, 2024
1 parent 64b50cb commit a965d30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions elephant/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,10 +1096,9 @@ 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.
- '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.
Default: 'counts'
binary : bool, optional
Expand Down

0 comments on commit a965d30

Please sign in to comment.