recordhulls
Recordhulls is a concept used in data analysis and computational geometry to describe the evolving set of records that lie on the convex hull of a growing collection of points. In this view, each record is represented by a point in a multidimensional attribute space, and the recordhull at a given moment consists of the points that form the boundary of the convex hull of all observed points. These points are extreme in the sense that no other combination of observed records yields a convex mixture equal to them.
In two dimensions the recordhull corresponds to the polygonal boundary, comprising the upper and lower hull;
Maintaining a dynamic recordhull uses standard convex-hull maintenance techniques. Incremental insertion with interior-point removal is common;
Recordhulls are used to summarize extreme observations, support range queries and outlier detection, and aid visual
Because 'recordhulls' is not a universally standardized term, definitions may vary across disciplines. See also convex