<?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 calculate cholesky root of cov matrix in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/calculate-cholesky-root-of-cov-matrix/m-p/12867#M884</link>
    <description>l=t(root(cov));         /* calculate cholesky root of cov matrix */&lt;BR /&gt;
&lt;BR /&gt;
What is the fonction of 't'  in this l=t(root(cov)  fonction?</description>
    <pubDate>Mon, 30 Mar 2009 20:12:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-03-30T20:12:56Z</dc:date>
    <item>
      <title>calculate cholesky root of cov matrix</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/calculate-cholesky-root-of-cov-matrix/m-p/12867#M884</link>
      <description>l=t(root(cov));         /* calculate cholesky root of cov matrix */&lt;BR /&gt;
&lt;BR /&gt;
What is the fonction of 't'  in this l=t(root(cov)  fonction?</description>
      <pubDate>Mon, 30 Mar 2009 20:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/calculate-cholesky-root-of-cov-matrix/m-p/12867#M884</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-30T20:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: calculate cholesky root of cov matrix</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/calculate-cholesky-root-of-cov-matrix/m-p/12868#M885</link>
      <description>The Cholesky decomposition factors a matrix A into two triangular matrices: A = U` * U where U is upper triangular.  The T function takes the transpose of a matrix. Therefore L = T(root(cov)) is the lower triangular matrix U`.</description>
      <pubDate>Fri, 29 May 2009 19:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/calculate-cholesky-root-of-cov-matrix/m-p/12868#M885</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2009-05-29T19:11:17Z</dc:date>
    </item>
  </channel>
</rss>

