<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Finding the perimeter points of an area of points. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202951#M10879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All except (5,15). When I say edge I mean if you drew a line arounf all the outer points such that there were no points outside the shape the points joining the line would be on the edge. Like an efficient frontier. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 20:45:34 GMT</pubDate>
    <dc:creator>brophymj</dc:creator>
    <dc:date>2015-08-19T20:45:34Z</dc:date>
    <item>
      <title>Finding the perimeter points of an area of points.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202949#M10877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset of a 100 randomly generated xy coordinates. I'm trying isolate the points that are on the edge of the area. The definition of this would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the xy coordinate has no x value from another point above it or&lt;/P&gt;&lt;P&gt;if the xy coordinate has no x value from another point below it or&lt;/P&gt;&lt;P&gt;if the xy coordinate has no y value from another point above it or&lt;/P&gt;&lt;P&gt;if the xy coordinate has no y value from another point above it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a reasonably efficient way of doing this.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data obs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i= 1 to 100;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x= round(1000* ranuni(123),1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y= round(1000* ranuni(789),1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202949#M10877</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-08-19T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the perimeter points of an area of points.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202950#M10878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may need to provide some graphic examples of what you mean by coordinates that are on the "edge".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same x but different y, or same y but different x seems to be the implied condition. But why would that make them an "edge"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have&lt;/P&gt;&lt;P&gt;(0, 10)&lt;/P&gt;&lt;P&gt;(0,15)&lt;/P&gt;&lt;P&gt;(0,20)&lt;/P&gt;&lt;P&gt;( 5, 10) &lt;/P&gt;&lt;P&gt;( 5, 15) &lt;/P&gt;&lt;P&gt;(5,20)&lt;/P&gt;&lt;P&gt;(10,10)&lt;/P&gt;&lt;P&gt;(15,10)&lt;/P&gt;&lt;P&gt;(25,10)&lt;/P&gt;&lt;P&gt;which are "edge"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202950#M10878</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-19T20:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the perimeter points of an area of points.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202951#M10879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All except (5,15). When I say edge I mean if you drew a line arounf all the outer points such that there were no points outside the shape the points joining the line would be on the edge. Like an efficient frontier. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202951#M10879</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-08-19T20:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the perimeter points of an area of points.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202952#M10880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you are looking for the convex hull of the set of planar points. There is a convex hull algorithm in SAS/IML:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_langref_sect097.htm" title="http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_langref_sect097.htm"&gt;SAS/IML(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-the-perimeter-points-of-an-area-of-points/m-p/202952#M10880</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-08-19T20:49:28Z</dc:date>
    </item>
  </channel>
</rss>

