<?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: ERROR: Integer overflow on computing amount of memory required for confidence limit computation. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667405#M31841</link>
    <description>&lt;P&gt;How many points are in your regression?&amp;nbsp; The documentation says that the work is proportional to n cubed, so the EXACT option might be what is causing this.&amp;nbsp; Have you tried the default DFMETHOD=NONE or the other method DFMETHOD=APPROX?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still run into the issue you may have to sample your data, and devise some method of model averaging.&amp;nbsp; One way would be to generate samples with replacement, fit PROC LOESS by sample, and then apply some bootstrapping to average the models.&amp;nbsp; And this is where my knowledge of PROC LOESS hits a wall - I don't know which of the output tables generated by the DETAILS option will give what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 11:26:06 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-07-07T11:26:06Z</dc:date>
    <item>
      <title>ERROR: Integer overflow on computing amount of memory required for confidence limit computation.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667357#M31835</link>
      <description>&lt;P&gt;Hi, experts!&lt;/P&gt;&lt;P&gt;I have a trouble with&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;proc&amp;nbsp;Loess&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Proc LOESS data=work.pre_loess;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ods output OutputStatistics=RESULTS_1;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;model Pre_Bl=Date / smooth=0.2 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;residual alpha=0.05&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dfmethod=exact;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;by Code;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it throws an error:&amp;nbsp;&lt;STRONG&gt;ERROR: Integer overflow on computing amount of memory required for confidence limit computation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 05:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667357#M31835</guid>
      <dc:creator>Katya1517</dc:creator>
      <dc:date>2020-07-07T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Integer overflow on computing amount of memory required for confidence limit computation.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667405#M31841</link>
      <description>&lt;P&gt;How many points are in your regression?&amp;nbsp; The documentation says that the work is proportional to n cubed, so the EXACT option might be what is causing this.&amp;nbsp; Have you tried the default DFMETHOD=NONE or the other method DFMETHOD=APPROX?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still run into the issue you may have to sample your data, and devise some method of model averaging.&amp;nbsp; One way would be to generate samples with replacement, fit PROC LOESS by sample, and then apply some bootstrapping to average the models.&amp;nbsp; And this is where my knowledge of PROC LOESS hits a wall - I don't know which of the output tables generated by the DETAILS option will give what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 11:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667405#M31841</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-07T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Integer overflow on computing amount of memory required for confidence limit computation.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667427#M31844</link>
      <description>&lt;P&gt;Since you are not outputting the CLM, I don't think the exact computation is required. You can probably use DFMETHOD=NONE since you are only computing the predicted and residual values.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/667427#M31844</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-07-07T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Integer overflow on computing amount of memory required for confidence limit computation.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/668277#M31909</link>
      <description>&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 07:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/668277#M31909</guid>
      <dc:creator>Katya1517</dc:creator>
      <dc:date>2020-07-10T07:41:09Z</dc:date>
    </item>
  </channel>
</rss>

