A measurement is of single start / single stop type when only time differences between each stop and the preceding start click are considered and accumulated into the histogram. On the other hand, multiple start / multiple stop analyses consider time differences between all start and all stop clicks, provided these differences fall within the measurement time span.
Time Histograms | Unidirectional (stop after start) | Bidirectional |
Single start / single stop | StartStop, Histogram2D, HistogramND, TimeDifferencesND | |
Multiple start / multiple stop | Histogram, HistogramLogBins, TimeDifferences | Correlation |
Single start / multiple stop | Hist2D_single_start_multiple_stop.py |