<?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: Convex hull algorithm in SAS/STAT or SAS/BASE in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204185#M7562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link some algorithms, and there is liknk to Qhull there which may also help.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://mathoverflow.net/questions/979/algorithm-for-finding-the-volume-of-a-convex-polytope" title="http://mathoverflow.net/questions/979/algorithm-for-finding-the-volume-of-a-convex-polytope"&gt;mg.metric geometry - Algorithm for finding the volume of a convex polytope - MathOverflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 09:28:19 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-08-21T09:28:19Z</dc:date>
    <item>
      <title>Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204184#M7561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have SAS/IML license so I was wondering if there is an algorithm that can be used in SAS/STAT or Base? I don't mind if it's not that efficient or is a bit messy. I want to calculate the convex hull of lots of 8 point polygons simulated as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt;data obs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i= 1 to 8;&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>Fri, 21 Aug 2015 09:02:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204184#M7561</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-08-21T09:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204185#M7562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link some algorithms, and there is liknk to Qhull there which may also help.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://mathoverflow.net/questions/979/algorithm-for-finding-the-volume-of-a-convex-polytope" title="http://mathoverflow.net/questions/979/algorithm-for-finding-the-volume-of-a-convex-polytope"&gt;mg.metric geometry - Algorithm for finding the volume of a convex polytope - MathOverflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 09:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204185#M7562</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-21T09:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204186#M7563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RW9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm interested in getting the convex hull of a two dimensional polygon - the volume of a polytope is not what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you download the student university edition of SAS do you get SAS/IML? I know you can do it fairly easily there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204186#M7563</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-08-21T10:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204187#M7564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/en_us/doc/factsheet/sas-university-edition-107140.pdf" title="https://www.sas.com/content/dam/SAS/en_us/doc/factsheet/sas-university-edition-107140.pdf"&gt;https://www.sas.com/content/dam/SAS/en_us/doc/factsheet/sas-university-edition-107140.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Page 2, yes apparently you do get IML with that package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204187#M7564</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-21T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204188#M7565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know if you can use the CVEXHULL Function in the university edition? there in an * next it so I'm not sure if this is included. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204188#M7565</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-08-21T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convex hull algorithm in SAS/STAT or SAS/BASE</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204189#M7566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afraid I have not used UE.&amp;nbsp; Perhaps consider posting request for information in the SAS UE domain, or the IML domain as this isn't really graph related.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Convex-hull-algorithm-in-SAS-STAT-or-SAS-BASE/m-p/204189#M7566</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-21T10:52:56Z</dc:date>
    </item>
  </channel>
</rss>

