雪舞霜天
路人甲
路人甲
  • 注册日期2004-07-12
  • 发帖数42
  • QQ36163798
  • 铜币244枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:1650回复:4

[求助]关于地统计学的一个问题

楼主#
更多 发布于:2005-05-23 16:24
各位大侠,在arcmap地统计学模块下面有这样一个功能:Voronoi图。曾经有人对这一功能做的解释是:用来发现离群值。Voronoi图的生成方法:每个多边形内有一个样点,多变形内任一点到该点的距离都小于其他多边形到该点的距离,生成多边形后。某个样点的相邻样点便会与该样点的多边形有相邻边。至于多边形值的计算有多种方法,可以用生成多边形的样点值作为多边形的值(Simple方法),也可以以相邻样点的平均值为多边形的值(Mean方法),具体计算方法可以在Type下拉菜单中选择。我想请教各位:第一,这里的离群值的具体涵义是什么?可以等同于特异值吗?第二,Type下拉菜单中的各种计算方法是什么意思?第三,进行计算之后如何确定哪些为离群值?<img src="images/post/smile/dvbbs/em12.gif" />
喜欢0 评分0
djjwxl
金牌卧底
金牌卧底
  • 注册日期2003-12-14
  • 发帖数272
  • QQ
  • 铜币820枚
  • 威望0点
  • 贡献值0点
  • 银元0个
1楼#
发布于:2005-06-27 22:00
<P>这是帮助文件的相关内容:</P>
<P>
<SCRIPT type=text/javascript><br> 
	  var lastSlash = document.URL.lastIndexOf("/") > document.URL.lastIndexOf("\\")? document.URL.lastIndexOf("/") : document.URL.lastIndexOf("\\");
      if( document.URL.substring(lastSlash+1, lastSlash+4).toLowerCase() != "~hh" )
      {
       document.write( "" ); 
      }
		</SCRIPT>
 
<TABLE>

<TR>
<TD white"><IMG src="mk:@MSITStore:D:\Program%20Files\ArcGIS\Help\geostatistical_analyst.chm::/AHBanner_GeostatisticalAnalyst.gif" border=0></TD></TR></TABLE></P>
<H1>Voronoi maps</H1>
<P>
<OBJECT><PARAM><PARAM><PARAM></OBJECT></P>
<P xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="http://www.esri.com/ContentStudio"><a>Related topics</A></P>
<P><BR xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="http://www.esri.com/ContentStudio">Voronoi maps are constructed from a series of polygons formed around the location of a sample point. </P>
<P></P>
<br>
<P>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. </P>
<P></P>
<p>
<P><BR><IMG src="mk:@MSITStore:D:\Program%20Files\ArcGIS\Help\geostatistical_analyst.chm::/voronoi.gif"><BR><BR></P>
<P></P>
<p>
<P>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. </P>
<P></P>
<p>
<P>The Voronoi Map tool provides a number of methods for assigning or calculating values to polygons. </P>
<P></P>
<p>
<UL>
<LI><B>Simple</B>: The value assigned to a cell is the value recorded at the sample point within that cell. 
<P></P>
<LI><B>Mean</B>: The value assigned to a cell is the mean value that is calculated from the cell and its neighbors. 
<P></P>
<LI><B>Mode</B>: All cells are placed into five class intervals. The value assigned to a cell is the mode (most frequently occurring class) of the cell and its neighbors. 
<P></P>
<LI><B>Cluster</B>: All cells are placed into five class intervals. If the class interval of a cell is different from each of its neighbors, the cell is colored gray to distinguish it from its neighbors. 
<P></P>
<LI><B>Entropy</B>: All cells are placed into five classes based on a natural grouping of data values (smart quantiles). The value assigned to a cell is the entropy that is calculated from the cell and its neighbors, that is, 
<P></P>
<BLOCKQUOTE>Entropy = - Σ (<I>p</I><SUB>i</SUB> * Log <I>p</I><SUB>i</SUB> ),</BLOCKQUOTE>
<P></P>where <I>p</I><SUB>i</SUB> is the proportion of cells that are assigned to each class. For example, consider a cell surrounded by four neighbors (a total of five cells). The values are placed into the corresponding classes:</LI></UL>
<P></P>
<p>
<P><BR>
<TABLE cellPadding=5 width="95%" border=0>

<TR>
<TH><B>Class</B></TH>
<TH><B>Frequency</B></TH>
<TH><B><I>P</I></B><SUB><B>i</B></SUB></TH></TR>
<TR>
<TD class=info>1</TD>
<TD class=info>3</TD>
<TD class=info>3/5</TD></TR>
<TR>
<TD class=info>2</TD>
<TD class=info>0</TD>
<TD class=info>0</TD></TR>
<TR>
<TD class=info>3</TD>
<TD class=info>1</TD>
<TD class=info>1/5</TD></TR>
<TR>
<TD class=info>4</TD>
<TD class=info>0</TD>
<TD class=info>0</TD></TR>
<TR>
<TD class=info>5</TD>
<TD class=info>1</TD>
<TD class=info>1/5</TD></TR></TABLE></P>
<p>
<P>The entropy assigned to the cell will be: </P>
<P></P>
<p>
<BLOCKQUOTE>E = -[0.6*log<SUB>2</SUB> (0.6) + 0.2* log<SUB>2</SUB> (0.2) + 0.2* log<SUB>2</SUB> (0.2)] = 1.371</BLOCKQUOTE>
<P></P>
<P>Minimum entropy occurs when the cell values are all located in the same class. Then, </P>
<P></P>
<p>
<BLOCKQUOTE>E<SUB>min</SUB> = -[1 * log<SUB>2</SUB> (1)] = 0</BLOCKQUOTE>
<P></P>
<P>Maximum entropy occurs when each cell value is located in a different class interval. Then, </P>
<P></P>
<p>
<BLOCKQUOTE>E<SUB>max</SUB> = -[0.2 * log<SUB>2</SUB> (0.2) + 0.2 * log<SUB>2</SUB> (0.2) + 0.2 * log<SUB>2</SUB> (0.2) + 0.2 * log<SUB>2</SUB> (0.2) + 0.2 * log<SUB>2</SUB> (0.2)] = 2.322</BLOCKQUOTE>
<P></P>
<UL>
<LI><B>Median</B>: The value assigned to a cell is the median value calculated from the frequency distribution of the cell and its neighbors. 
<P></P>
<LI><B>Standard Deviation</B>: The value assigned to a cell is the standard deviation that is calculated from the cell and its neighbors. 
<P></P>
<LI><B>Interquartile Range</B>: The 1st and 3rd quartiles are calculated from the frequency distribution of a cell and its neighbors. The value assigned to the cell is the interquartile range calculated by subtracting the value of the 1st quartile from the value of the 3rd quartile. The different Voronoi statistics are used for different purposes. 
<P></P>The statistics can be grouped into the following general functional categories:</LI></UL>
<P></P>
<p>
<P><BR>
<TABLE cellPadding=5 width="95%" border=0>

<TR>
<TH><B>Functional category</B></TH>
<TH><B>Voronoi statistics</B></TH></TR>
<TR>
<TD class=info>Local Smoothing</TD>
<TD class=info>Mean 
<P></P>
<P></P>Mode 
<P></P>
<P></P>Median</TD></TR>
<TR>
<TD class=info>Local Variation</TD>
<TD class=info>Standard deviation 
<P></P>
<P></P>Inter-quartile range 
<P></P>
<P></P>Entropy</TD></TR>
<TR>
<TD class=info>Local Outliers</TD>
<TD class=info>Cluster</TD></TR>
<TR>
<TD class=info>Local Influence</TD>
<TD class=info>Simple</TD></TR></TABLE></P>
<p>
<SCRIPT language=JavaScript1.2>
			getFirstDiv();
		<br></script>
举报 回复(0) 喜欢(0)     评分
djjwxl
金牌卧底
金牌卧底
  • 注册日期2003-12-14
  • 发帖数272
  • QQ
  • 铜币820枚
  • 威望0点
  • 贡献值0点
  • 银元0个
2楼#
发布于:2005-06-27 22:06
<P><a href="http://www.geoxd.com/graphic_idl_TIN.htm" target="_blank" >http://www.geoxd.com/graphic_idl_TIN.htm</A></P>

举报 回复(0) 喜欢(0)     评分
djjwxl
金牌卧底
金牌卧底
  • 注册日期2003-12-14
  • 发帖数272
  • QQ
  • 铜币820枚
  • 威望0点
  • 贡献值0点
  • 银元0个
3楼#
发布于:2005-06-27 22:07
德劳内,罗伯特:(1885-1941) 法国画家,首创仅依靠颜色来表现形状和深度的绘画学派
举报 回复(0) 喜欢(0)     评分
vistawn
路人甲
路人甲
  • 注册日期2004-09-23
  • 发帖数28
  • QQ
  • 铜币164枚
  • 威望0点
  • 贡献值0点
  • 银元0个
4楼#
发布于:2005-06-28 21:02
也被称为泰森多变形。中垂线构成。体现离散点聚集分布特征。
ArcGIS技术交流群:11751339 技术无界, 交流至上!
举报 回复(0) 喜欢(0)     评分
游客

返回顶部