<?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 you can do that by using in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918547#M12820</link>
    <description>&lt;P&gt;you can do that by using Summary Statistical Functions. &amp;nbsp;&amp;nbsp;Vslsssnewtask(&lt;I&gt;&amp;amp;task&lt;/I&gt;,&amp;nbsp;&lt;I&gt;p&lt;/I&gt;,&amp;nbsp;&lt;I&gt;n&lt;/I&gt;,&amp;nbsp;&lt;I&gt;xstorage&lt;/I&gt;,&amp;nbsp;&lt;I&gt;x&lt;/I&gt;,&amp;nbsp;&lt;I&gt;w&lt;/I&gt;,&amp;nbsp;&lt;I&gt;indices&lt;/I&gt;) &amp;nbsp;where &amp;nbsp;P -- Dimension of the task, number of variables&lt;/P&gt;
&lt;P&gt;There are many examples show how to do that. You can find these examples into manual or into &amp;lt;mkl_root&amp;gt;\examples\vsls\source\"&lt;/P&gt;</description>
    <pubDate>Sat, 19 Jan 2013 06:58:40 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2013-01-19T06:58:40Z</dc:date>
    <item>
      <title>How to compute covariance matrix in MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918546#M12819</link>
      <description>&lt;P&gt;Given a 2D matrix A as input, how to compute its covariance matrix? For example, in Matlab, I use cov(A) to do the computation.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 21:09:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918546#M12819</guid>
      <dc:creator>Hai</dc:creator>
      <dc:date>2013-01-18T21:09:17Z</dc:date>
    </item>
    <item>
      <title>you can do that by using</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918547#M12820</link>
      <description>&lt;P&gt;you can do that by using Summary Statistical Functions. &amp;nbsp;&amp;nbsp;Vslsssnewtask(&lt;I&gt;&amp;amp;task&lt;/I&gt;,&amp;nbsp;&lt;I&gt;p&lt;/I&gt;,&amp;nbsp;&lt;I&gt;n&lt;/I&gt;,&amp;nbsp;&lt;I&gt;xstorage&lt;/I&gt;,&amp;nbsp;&lt;I&gt;x&lt;/I&gt;,&amp;nbsp;&lt;I&gt;w&lt;/I&gt;,&amp;nbsp;&lt;I&gt;indices&lt;/I&gt;) &amp;nbsp;where &amp;nbsp;P -- Dimension of the task, number of variables&lt;/P&gt;
&lt;P&gt;There are many examples show how to do that. You can find these examples into manual or into &amp;lt;mkl_root&amp;gt;\examples\vsls\source\"&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2013 06:58:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918547#M12820</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-01-19T06:58:40Z</dc:date>
    </item>
    <item>
      <title>More specifically you should</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918548#M12821</link>
      <description>&lt;P&gt;More specifically you should be interested in&amp;nbsp;vslsbasicstats.c/vsldbasicstats.c for C or&amp;nbsp;vslsbasicstats.f/vsldbasicstats.f for Fortran examples.&lt;/P&gt;
&lt;P&gt;At the same time those examples show calculation for all basic stats including min/max, moments, skewness, etc.&lt;/P&gt;
&lt;P&gt;In order to calculate covariance only you can skip several steps there, the rest will be: vslsSSNewTask() +&amp;nbsp;vslsSSEditCovCor() +&amp;nbsp;vslsSSCompute() +&amp;nbsp;vslSSDeleteTask().&lt;/P&gt;
&lt;P&gt;You can also look here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/sslnotes/index.htm"&gt;Summary Statistics Application Notes&lt;/A&gt;, and especially &lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/sslnotes/2_1_2_Calculating_Multiple_Estimates.htm"&gt;this part&lt;/A&gt; is about calculation cov/cor and meaning of each step.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://software.intel.com/en-us/blogs/2008/08/13/intel-summary-statistics-library-several-estimates-at-one-stroke/"&gt;There is also an older blog post&lt;/A&gt;, which gives some insight for use case.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 07:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-covariance-matrix-in-MKL/m-p/918548#M12821</guid>
      <dc:creator>Ilya_B_Intel</dc:creator>
      <dc:date>2013-01-23T07:19:00Z</dc:date>
    </item>
  </channel>
</rss>

