DOCUMENTATION CENTER SEARCH
Computational Geometry Package
>
Computational Geometry
Package Symbol
Computational Geometry Package
Tutorials »
|
ConvexHull
See Also »
|
Computational Geometry Package
More About »
ConvexHullMedian
ConvexHullMedian[{{
x
1
,
y
1
},
...
, {
x
n
,
y
n
}}]
estimates the median to be the mean of the bivariate data points lying on the innermost layer of the convex layers of the data.
MORE INFORMATION
To use
ConvexHullMedian
, you first need to load the
Computational Geometry Package
using
Needs
["ComputationalGeometry`"]
.
ConvexHullMedian
repeatedly removes the convex hull from the data until 3 or fewer data points remain.
The option
EstimateDOF->
True
may be used to include the number of points lying on the innermost convex layer. The default setting is
False
.
SEE ALSO
ConvexHull
TUTORIALS
Computational Geometry Package
MORE ABOUT
Computational Geometry Package
© 2008 Wolfram Research, Inc.