Number of aligned (overlapping) index positions used for the computation. When this is below the evaluable minimum the skipped property returns True and corr / range_ratio are float('nan').
Pearson correlation between y and reference over the overlap. float('nan') when n_overlap < min_overlap or when the computation fails (e.g. zero-variance series).
(y.max() - y.min()) / (reference.max() - reference.min()) over the overlap. float('nan') when n_overlap < min_overlap or when the reference range is zero.