PointCell._next_interval¶
- single_cell_parser.cell.PointCell._next_interval()¶
- Calculate the next spike interval \(t\) for a simple spike train. - Includes both noise (\(\sigma_{noise}\)) and random variation (\(\sigma_{rand}\)) on the spike interval (\(\Delta_t\)): \[t = (1 - \sigma_{noise}) \cdot \Delta_t + \sigma_{noise} \cdot \Delta_t \cdot \sigma_{rand}\]
Documentation unclear, incomplete, broken or wrong? Let us know