<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265230</link>
    <title>MATLAB Central Newsreader - Interpreting OLS Matlab results</title>
    <description>Feed for thread: Interpreting OLS Matlab results</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 07 Nov 2009 10:53:01 -0500</pubDate>
      <title>Interpreting OLS Matlab results</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265230#692868</link>
      <author>kostas Lynch</author>
      <description>Hi,&lt;br&gt;
I'm new to Matlab and looking to interpret the below results. I'm not sure what the signiificance of things like the R squared, the coefficients, t stats are etc. I've used one dependant variable and six independent variables. Can anyone please help. Anything  appreciated. thanks. Apologies if this is a double post.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Ordinary Least-squares Estimates &lt;br&gt;
R-squared      =    0.0644 &lt;br&gt;
Rbar-squared   =    0.0457 &lt;br&gt;
sigma^2        =    0.0000 &lt;br&gt;
Durbin-Watson  =    0.4464 &lt;br&gt;
Nobs, Nvars    =    256,     6 &lt;br&gt;
***************************************************************&lt;br&gt;
Variable        Coefficient      t-statistic    t-probability &lt;br&gt;
variable 1         0.146728       162.088033         0.000000 &lt;br&gt;
variable 2         0.000095         0.017054         0.986407 &lt;br&gt;
variable 3        -0.014683        -2.153490         0.032237 &lt;br&gt;
variable 4         0.011606         2.488331         0.013486 &lt;br&gt;
variable 5         0.000000         1.598341         0.111230 &lt;br&gt;
variable 6        -0.000000        -1.059647         0.290328 &lt;br&gt;
&lt;br&gt;
Wald F-test results&lt;br&gt;
&lt;br&gt;
ans =&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.0475    0.3832</description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 14:04:31 -0500</pubDate>
      <title>Re: Interpreting OLS Matlab results</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265230#692881</link>
      <author>dpb</author>
      <description>kostas Lynch wrote:&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; I'm new to Matlab and looking to interpret the below results. I'm not&lt;br&gt;
&amp;gt; sure what the signiificance of things like the R squared, ...&lt;br&gt;
&amp;gt; Ordinary Least-squares Estimates &lt;br&gt;
&amp;gt; R-squared      =    0.0644 &lt;br&gt;
...&lt;br&gt;
&lt;br&gt;
This really isn't a ML question at all.&lt;br&gt;
&lt;br&gt;
That value of R^2 implies the model explains only 6% of the total &lt;br&gt;
variance of the data (which by inference leaves 94% unexplained).&lt;br&gt;
&lt;br&gt;
Have you plotted these data and the model fit to look for &lt;br&gt;
reasonableness?????&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Wed, 11 Nov 2009 15:01:58 -0500</pubDate>
      <title>Re: Interpreting OLS Matlab results</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265230#693880</link>
      <author>Peter Perkins</author>
      <description>kostas Lynch wrote:&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; I'm new to Matlab and looking to interpret the below results. I'm not sure what the signiificance of things like the R squared, the coefficients, t stats are etc. I've used one dependant variable and six independent variables. Can anyone please help. Anything  appreciated. thanks. Apologies if this is a double post.&lt;br&gt;
&lt;br&gt;
Kostas, this isn't really a MATLAB question; you really ought to pick up an introductory book on linear regression.  But I couldn't help but notice this:&lt;br&gt;
&lt;br&gt;
&amp;gt; Ordinary Least-squares Estimates &lt;br&gt;
&amp;gt; R-squared      =    0.0644 &lt;br&gt;
&lt;br&gt;
&amp;gt; sigma^2        =    0.0000 &lt;br&gt;
&lt;br&gt;
which seems rather odd, unless perhaps your data are pretty badly scaled.  The first says you can't hardly predict y at all, the seond says the error in predicting y is very small (in absolute terms, anyway).</description>
    </item>
  </channel>
</rss>

