<?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: What is this statement trying to do! in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93754#M623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 17:29:18 GMT</pubDate>
    <dc:creator>goliPSU</dc:creator>
    <dc:date>2012-06-27T17:29:18Z</dc:date>
    <item>
      <title>What is this statement trying to do!</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93752#M621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(Z[,+]+ y - t(Z[+,]+v+m),.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not familiar with SAS, what [,+], and [+,] will do on Z matrix and what is their difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 16:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93752#M621</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-06-27T16:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is this statement trying to do!</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93753#M622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those are subscript reduction operators. They collapse the dimensionality of your matrix and the + tells SAS to do this by summing.&lt;/P&gt;&lt;P&gt;If you have a matrix Z = {1 2 3, 4 5 6, 7 8 9} then Z[+,] = {(1+4+8) (2+5+8) (3+6+9)} = {12 15 18}, which is a rowvector. Z[,+] = {1+2+3,4+5+6,7+8+9} = {6,15,24}, which is a columnvector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://support.sas.com/documentation/cdl/en/imlug/59656/HTML/default/viewer.htm#workmatrix_sect14.htm" title="http://support.sas.com/documentation/cdl/en/imlug/59656/HTML/default/viewer.htm#workmatrix_sect14.htm"&gt;http://support.sas.com/documentation/cdl/en/imlug/59656/HTML/default/viewer.htm#workmatrix_sect14.htm&lt;/A&gt; for more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 17:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93753#M622</guid>
      <dc:creator>nicolas_</dc:creator>
      <dc:date>2012-06-27T17:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is this statement trying to do!</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93754#M623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 17:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/What-is-this-statement-trying-to-do/m-p/93754#M623</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-06-27T17:29:18Z</dc:date>
    </item>
  </channel>
</rss>

