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>Aren<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">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>