阅读:1878回复:4
[求助]关于地统计学的一个问题各位大侠,在arcmap地统计学模块下面有这样一个功能:Voronoi图。曾经有人对这一功能做的解释是:用来发现离群值。Voronoi图的生成方法:每个多边形内有一个样点,多变形内任一点到该点的距离都小于其他多边形到该点的距离,生成多边形后。某个样点的相邻样点便会与该样点的多边形有相邻边。至于多边形值的计算有多种方法,可以用生成多边形的样点值作为多边形的值(Simple方法),也可以以相邻样点的平均值为多边形的值(Mean方法),具体计算方法可以在Type下拉菜单中选择。我想请教各位:第一,这里的离群值的具体涵义是什么?可以等同于特异值吗?第二,Type下拉菜单中的各种计算方法是什么意思?第三,进行计算之后如何确定哪些为离群值? ![]() |
|
1楼#
发布于:2005-06-27 22:00
这是帮助文件的相关内容: 复制代码
Voronoi maps
Voronoi polygons are created so that every location within a polygon is closer to the sample point in that polygon than any other sample point. After the polygons are created, neighbors of a sample point are defined as any other sample point whose polygon shares a border with the chosen sample point. For example, in the following figure, the bright green sample point is enclosed by a polygon, given as red. Every location within the red polygon is closer to the bright green sample point than any other sample point (given as small dark blue dots). The blue polygons all share a border with the red polygon, so the sample points within the blue polygons are neighbors of the bright green sample point.
Using this definition of neighbors, a variety of local statistics can be computed. For example, a local mean is computed by taking the average of the sample points in the red and blue polygons. This average is then assigned to the red polygon. After this is repeated for all polygons and their neighbors, a color ramp shows the relative values of the local means, which helps visualize regions of high and low values.
The Voronoi Map tool provides a number of methods for assigning or calculating values to polygons.
The entropy assigned to the cell will be:
E = -[0.6*log2 (0.6) + 0.2* log2 (0.2) + 0.2* log2 (0.2)] = 1.371 Minimum entropy occurs when the cell values are all located in the same class. Then,
Emin = -[1 * log2 (1)] = 0 Maximum entropy occurs when each cell value is located in a different class interval. Then,
Emax = -[0.2 * log2 (0.2) + 0.2 * log2 (0.2) + 0.2 * log2 (0.2) + 0.2 * log2 (0.2) + 0.2 * log2 (0.2)] = 2.322
|
||||||||||||||||||||||||||||||
2楼#
发布于:2005-06-27 22:06
|
|
3楼#
发布于:2005-06-27 22:07
德劳内,罗伯特:(1885-1941) 法国画家,首创仅依靠颜色来表现形状和深度的绘画学派
|
|
4楼#
发布于:2005-06-28 21:02
也被称为泰森多变形。中垂线构成。体现离散点聚集分布特征。
|
|
|