Skip to contents

Identifies the maximum meaningful interval from a set of overlapping intervals, can also be applied to find the max gap

Usage

maximal_meaningful_interval(x)

Arguments

x

a data.frame with columns

start

start index of the histogram count vector

end

end index of the histogram count vector

entropy

relative entropy of the segment to a uniform distribution

Value

a data.frame with the same columns + the index of the preserved rows from the original data.frame