-
Notifications
You must be signed in to change notification settings - Fork 6
/
refs.html
94 lines (83 loc) · 5.53 KB
/
refs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>References | GeoDa on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{margin:0;padding:0;}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 { margin-left: -45px;}
</style>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
<style>
figcaption {
top: .70em;
left: .35em;
bottom: auto!important;
right: auto!important;
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">References for Main Algorithms Used in GeoDa</h2>
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
<a href="documentation.html" class="btn">Documentation</a>
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
</section>
<section class="main-content">
<p>These references contain some of the algorithms implemented in GeoDa.</p>
<h2><a>Cartograms</a></h2>
<p>Dorling, D. (1996). Area Cartograms: Their Use and Creation. <i>CATMOG</i> 59. Institute of British Geographers.</p>
<ul></ul>
<h2><a>Central Points</a></h2>
<p>Worboys, M.F. and Duckham, M. (2004). <i>GIS: A Computing Perspective.</i> 2nd edition. CRC Press.</p>
<ul></ul>
<h2><a name="smooth"></a><a name="smoothf">Smoothing, Standardization, and Excess Risk</a></h2>
<p>Anselin, L., Y. W. Kim and I. Syabri. <a href="docs/webtools2.pdf">Web-Based Analytical Tools for the Exploration of Spatial Data</a><i> Journal of Geographical Systems</i> (forthcoming). For more details on EB smoother, also see Bailey, T.C. and Gatrell, A. C. (1995). Interactive Spatial Data Analysis. John Wiley and Sons, New York, NY (pp. 303-308).</p>
<p>Although these references do not refer to the spatial EB smoother, it is computed the same way as the regular EB smoother except that the mean and variance of the prior are taken from a local subset (as defined by the weights) rather than the study region as a whole.</p>
<p>Assuncao, R. and Reis, E. A. (1999). A new proposal to adjust Moran?s I for population density. <i>Statistics in Medicine,</i> 18:2147-2161.</p>
<ul>Empirical Bayes Smoothing and Excess Risk Empirical Bayes Standardization</ul>
<h2><a name="sa">Spatial Autocorrelation</a></h2>
<p><a name="moranf"></a></p>
<p>Anselin, L. (1996). The Moran scatterplot as an ESDA tool to assess local instability in spatial association. In Fischer, M., Scholten, H., and Unwin, D., editors, <i>Spatial Analytical Perspectives on GIS in Environmental and Socio-Economic Sciences</i>, pages 111-125. Taylor and Francis, London.</p>
<p><b><a name="lisaf"></a>Local Indicators of Spatial Association (LISA)</b></p>
<p><a name="lagf"></a>Anselin, L. (1995). Local indicators of spatial association - LISA. <i>Geographical Analysis</i>, 27:93-115.</p>
<p><b>Spatial Lag</b></p>
<p>Anselin, L. (1988). <i>Spatial Econometrics: Methods and Models</i>. Kluwer Academic Publishers, Dordrecht, The Netherlands, pp. 22-23.</p>
<h2><a name="regf"></a><a name="reg">Spatial Regression</a></h2>
<p>Smirnov, O. and Anselin, L. (2001). Fast maximum likelihood estimation of very large spatial autoregressive models: A characteristic polynomial approach. <i>Computational Statistics and Data Analysis</i>, 35:301-319.</p>
<ul></ul>
<h2><a name="thiessenf">Thiessen Polygons</a></h2>
<p><a href="http://www.cs.sunysb.edu/~algorith/implement/ANN/implement.shtml">Mount, D. and S. Arya. <i>ANN Approximate Nearest Neighbors</i></a> (Version 0.2; 1998). See Appendix B - ANN License Agreement of the <a href="docs/geoda093.pdf" target="_self">GeoDa 0.9.3 User's Guide</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/lixun910/geoda">GeoDa</a> is maintained by <a href="https://github.com/lixun910">lixun910</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-72724100-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>