<?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 Partial Sum in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171860#M1663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find the partial sum of a process ut . The partial sum is defined as :&lt;/P&gt;&lt;P&gt;St=∑ uj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lower bound for series : j=1&lt;/P&gt;&lt;P&gt;Upper bound for series : t&lt;/P&gt;&lt;P&gt;t= 1,2,...,300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to do this in Proc Iml.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2014 10:07:13 GMT</pubDate>
    <dc:creator>Alex90</dc:creator>
    <dc:date>2014-05-24T10:07:13Z</dc:date>
    <item>
      <title>Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171860#M1663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find the partial sum of a process ut . The partial sum is defined as :&lt;/P&gt;&lt;P&gt;St=∑ uj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lower bound for series : j=1&lt;/P&gt;&lt;P&gt;Upper bound for series : t&lt;/P&gt;&lt;P&gt;t= 1,2,...,300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to do this in Proc Iml.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 10:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171860#M1663</guid>
      <dc:creator>Alex90</dc:creator>
      <dc:date>2014-05-24T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171861#M1664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please direct your questions to the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the&lt;A href="http://support.sas.com/documentation/cdl/en/imlug/66845/HTML/default/viewer.htm#imlug_langref_sect091.htm"&gt; CUSUM function &lt;/A&gt;does what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 12:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171861#M1664</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2014-05-24T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171862#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to IMl , so i have no idea how to use that function .Can you write the whole program for me if it is possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 12:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171862#M1665</guid>
      <dc:creator>Alex90</dc:creator>
      <dc:date>2014-05-24T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171863#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Half the battle (and fun!) of programming is reading the doc and trying out ideas to see what works.&amp;nbsp; Give it a try; it's the best way to learn.&amp;nbsp; You might also want to investigate the &lt;A href="http://support.sas.com/documentation/cdl/en/imlug/66845/HTML/default/viewer.htm#imlug_langref_sect034.htm"&gt;colon operator (:).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are new to SAS/IL, try these&lt;A href="http://blogs.sas.com/content/iml/2011/05/09/how-to-learn-sasiml-five-resources-for-the-beginner/"&gt; tips for beginners&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 14:10:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171863#M1666</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2014-05-24T14:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171864#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your assist. I get the answer. I also want to thank you for your encouragement . I think i am getting more interested in IML by doing solving this problem myself and with your excellent function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Hossein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 18:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171864#M1667</guid>
      <dc:creator>Alex90</dc:creator>
      <dc:date>2014-05-24T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Sum</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171865#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hurray! Congratulations.&amp;nbsp; Well done!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 19:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Partial-Sum/m-p/171865#M1668</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2014-05-24T19:20:04Z</dc:date>
    </item>
  </channel>
</rss>

