single_cell_parsercellPointCell_next_interval

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}\]
Returns:

The next spike interval.

Return type:

float