<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm not quite clear to me what you are trying to demonstrate - do you want to know the density of the points... relative to their total size (area / number?), or relative to some defined area?<div><br></div><div>cheers</div><div><br></div><div>Ben</div><div><br></div><div><br><div><div>On 28/05/2011, at 6:19 AM, Aren Cambre wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Did anyone have thoughts on this? :-)<div><br></div><div>Aren<br><br><div class="gmail_quote">On Wed, May 4, 2011 at 2:12 PM, Aren Cambre <span dir="ltr"><<a href="mailto:aren@arencambre.com">aren@arencambre.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The more I think about it, is this a job for R? I know I need to start using R at some point, just haven't begun yet.<div>
<br></div><div><font color="#888888">Aren</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, May 4, 2011 at 1:42 PM, Aren Cambre <span dir="ltr"><<a href="mailto:aren@arencambre.com" target="_blank">aren@arencambre.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Suppose you have a geometry type with a multipoint. How would you calculate the variance of the points in that multipoint?<div>
<br></div><div>I looked through the PostGIS 1.5 function reference and am not coming up with any easy way.</div>
<div><br></div><div>A hard way seems to be using st_centroid(multipoint) to find the multipoint's center. From there, I can calculate the distance of each point from its center, and use that towards calculating the variance (each distance is squared, all squared distances are added together, then divide by number of points).</div>
<div><br></div><div>I guess my ultimate need is to measure relative dispersion of multipoints. The multipoints that have the most dispersion are suspect, but I need a way of identifying which ones are like this.</div><div>
<br></div><font color="#888888"><div>Aren</div>
</font></blockquote></div><br></div></div></div>
</blockquote></div><br></div>
_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>http://postgis.refractions.net/mailman/listinfo/postgis-users<br></blockquote></div><br></div></body></html>