interval_overlap_length# scikitplot._astropy.stats.interval_overlap_length(i1, i2)[source]# Compute the length of overlap of two intervals. Parameters: i1, i2(float, float)The two intervals, (interval 1, interval 2). Returns: lfloatThe length of the overlap between the two intervals. Parameters: i1 (tuple[float, float]) i2 (tuple[float, float]) Return type: float