Skip to content

Finding regions of overlap

2 messages · Liaw, Andy, Sean Davis

#
Am I missing something?  It seems quite easy to me:

Suppose the intervals are (l1, u1), (l2, u2), ..., (ln, un).  The
intersection, if non-empty, would be (max(l1, ..., ln), min(u1, ..., un)),
and the union (min(l1, ..., ln), max(u1, ..., un)).

Andy
#
On 8/12/05 9:30 AM, "Liaw, Andy" <andy_liaw at merck.com> wrote:

            
Another coffee for me?

Thanks, Andy.

Sean