Single vs. Multiple Start/Stop in Time Histograms
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 | |
| Multiple start / multiple stop | Histogram, HistogramLogBins, TimeDifferences, TimeDifferencesND | Correlation |
| Single start / multiple stop | Hist2D_single_start_multiple_stop.py |