coefficient_of_variation
=None, per_neuron=False) core.Monitor.coefficient_of_variation(spikes, ranks
Computes the coefficient of variation of the inter-spike intervals for the recorded spike events of a population.
Parameters
Name | Type | Description | Default |
---|---|---|---|
spikes | dict | the dictionary of spikes returned by get('spike') . |
required |
ranks | list | list of ranks. | None |
per_neuron | bool | if True, the ISI will be computed per neuron, not globally. | False |