<?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: K = 1 + 1.44ln(n) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/K-1-1-44ln-n/m-p/391208#M93926</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;given the poor description of what you want to achieve, I tried to elicit what the result could be at its best:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data test;
   xmax=100;
   xmin=1;
   do n=1 to 50;
      K = 1 + 1.44*log(n);
      interval = (Xmax - Xmin) / K;
      output;
   end;
run;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Aug 2017 11:45:29 GMT</pubDate>
    <dc:creator>Oligolas</dc:creator>
    <dc:date>2017-08-28T11:45:29Z</dc:date>
    <item>
      <title>K = 1 + 1.44ln(n)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/K-1-1-44ln-n/m-p/391191#M93922</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question on how to create values of intervals in SAS. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Is ther a proc for creating the intervals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the folmulas:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(K = 1 + 1.44ln(n), &amp;nbsp; &amp;nbsp; interval = (Xmax - X min) / K)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 06:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/K-1-1-44ln-n/m-p/391191#M93922</guid>
      <dc:creator>Garik</dc:creator>
      <dc:date>2017-08-28T06:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: K = 1 + 1.44ln(n)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/K-1-1-44ln-n/m-p/391208#M93926</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;given the poor description of what you want to achieve, I tried to elicit what the result could be at its best:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data test;
   xmax=100;
   xmin=1;
   do n=1 to 50;
      K = 1 + 1.44*log(n);
      interval = (Xmax - Xmin) / K;
      output;
   end;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Aug 2017 11:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/K-1-1-44ln-n/m-p/391208#M93926</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2017-08-28T11:45:29Z</dc:date>
    </item>
  </channel>
</rss>

