<?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 message in using EXP function in IML. in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195754#M2010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are probably right. If an argument is bigger than 709 then EXP overflows. You need to identify the big numbers and decide how to handle them.&amp;nbsp; See the second half of the blog post &lt;A href="http://blogs.sas.com/content/iml/2012/01/23/constants-in-sas/"&gt;"Constants in SAS"&lt;/A&gt; for how to prevent the overflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 02:02:46 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-03-06T02:02:46Z</dc:date>
    <item>
      <title>error message in using EXP function in IML.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195753#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MLThe following error messages&amp;nbsp; appeared in log window after running of a module in that EXP function was used in IML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: (execution) Invalid argument to function.&lt;/P&gt;&lt;P&gt;count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : number of occurrences is 607&lt;/P&gt;&lt;P&gt; operation : EXP at line 3007 column 13&lt;/P&gt;&lt;P&gt; operands&amp;nbsp; : _TEM1013&lt;/P&gt;&lt;P&gt;_TEM1013&amp;nbsp;&amp;nbsp; 1999 rows&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 col&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (numeric)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose the error was caused by the too large argument of EXP?&amp;nbsp; How to deal with that error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 01:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195753#M2009</guid>
      <dc:creator>ShufeGuoding</dc:creator>
      <dc:date>2015-03-06T01:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: error message in using EXP function in IML.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195754#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are probably right. If an argument is bigger than 709 then EXP overflows. You need to identify the big numbers and decide how to handle them.&amp;nbsp; See the second half of the blog post &lt;A href="http://blogs.sas.com/content/iml/2012/01/23/constants-in-sas/"&gt;"Constants in SAS"&lt;/A&gt; for how to prevent the overflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 02:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195754#M2010</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-03-06T02:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: error message in using EXP function in IML.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195755#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 02:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195755#M2011</guid>
      <dc:creator>ShufeGuoding</dc:creator>
      <dc:date>2015-03-06T02:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: error message in using EXP function in IML.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195756#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might also want to ask yourself WHY you are getting these overflows. Are you trying to evaluate a probability dentiy function (PDF) for an observation that is way out in the tail? The PDF for those observations is zero. Fitting a model to data? Maybe the model isn't appropriate for those data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/error-message-in-using-EXP-function-in-IML/m-p/195756#M2012</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-03-06T10:52:46Z</dc:date>
    </item>
  </channel>
</rss>

