coefficient_of_variation
core.Monitor.coefficient_of_variation(spikes, ranks=None, per_neuron=False)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 |