<?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: QR Decomposition in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1541462#M35413</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not heard back from you. From the solution provided by the black belt user "mecej4", could you please let us know if you have any other queries?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 16:24:32 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2023-11-07T16:24:32Z</dc:date>
    <item>
      <title>QR Decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1537257#M35365</link>
      <description>&lt;P&gt;If I use the QR decomposition to solve a multiple regression equation say&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y = A + BX + CZ&lt;/P&gt;&lt;P&gt;And I get values on B and C and A,&lt;/P&gt;&lt;P&gt;I cannot see how I get the error estimates on B,C and A.&amp;nbsp; I could go back and zero out the BX by adjusting y and then do a linear regression on the data to get an A estimate and so on, but is there a better way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 17:03:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1537257#M35365</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-10-25T17:03:20Z</dc:date>
    </item>
    <item>
      <title>Re:QR Decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1537943#M35372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please get back to us with the Intel product details, the MKL version being used and the MKL routines being used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also, could you please elaborate on your issue, so that it helps us in understand the issue better?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt; Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2023 12:14:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1537943#M35372</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-10-27T12:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: QR Decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1539027#M35382</link>
      <description>&lt;P&gt;See Example 2 in the &lt;A href="https://help.imsl.com/c/cnlmath/current/nonlin_least_squares.htm#cmch8_2036045511_nonlin_least_squares" target="_self"&gt;IMSL C library manual page&lt;/A&gt; for the routine imsl_f_nonlin_least_squares(). The underlying theory is covered in Ratkowsky's book &lt;A href="https://www.amazon.com/Nonlinear-Regression-Modeling-STATISTICS-MONOGRAPHS/dp/0824719077" target="_self"&gt;N&lt;/A&gt;&lt;EM&gt;&lt;A href="https://www.amazon.com/Nonlinear-Regression-Modeling-STATISTICS-MONOGRAPHS/dp/0824719077" target="_self"&gt;onlinear Regression Modelling&lt;/A&gt;.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I do not have ready-to-use Fortran or C implementations, but you can assemble one using routines from MKL.&lt;/P&gt;&lt;P&gt;Once you have the QR factorization, note that J^T&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;J = R^T&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;R, so you can use R to compute the variance-covariance matrix. Using that together with the Student-t value for 0.95 confidence&amp;nbsp; and d.o.f. = number of data sets - number of regression coefficients, you can compute the confidence intervals for the regression coefficients, as shown in Example 2 of the IMSL manual that I mentioned above.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 14:16:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1539027#M35382</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2023-10-31T14:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: QR Decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1541462#M35413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not heard back from you. From the solution provided by the black belt user "mecej4", could you please let us know if you have any other queries?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:24:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1541462#M35413</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-11-07T16:24:32Z</dc:date>
    </item>
    <item>
      <title>Re:QR Decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1544140#M35447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Decomposition/m-p/1544140#M35447</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-11-15T13:07:13Z</dc:date>
    </item>
  </channel>
</rss>

