<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153450</link>
    <title>MATLAB Central Newsreader - Standard Deviation Calculation: Out of Memory?</title>
    <description>Feed for thread: Standard Deviation Calculation: Out of Memory?</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>Thu, 26 Jul 2007 15:11:19 -0400</pubDate>
      <title>Standard Deviation Calculation: Out of Memory?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153450#385045</link>
      <author>Stephen</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I was trying to calculate the standard deviation of a 3,000,000 by 9 matrix using function &quot;std&quot;. But I got an &quot;Out of Memory&quot; error message. Is it because Matlab couldn't handle stdev calculation if the underlying data is too big?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Stephen</description>
    </item>
    <item>
      <pubDate>Thu, 26 Jul 2007 17:54:11 -0400</pubDate>
      <title>Re: Standard Deviation Calculation: Out of Memory?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153450#385056</link>
      <author>Titus</author>
      <description>Hi Stephen,&lt;br&gt;
&lt;br&gt;
your matrix needs about 200MB of memory. The function std creates one copy &lt;br&gt;
of this matrix during the computation, so that's another 200MB, which seem &lt;br&gt;
not to be there anymore, therefore the error message...&lt;br&gt;
&lt;br&gt;
Titus&lt;br&gt;
&lt;br&gt;
&quot;stephen &quot; &amp;lt;huangj5@nationwide.com&amp;gt; schrieb im Newsbeitrag &lt;br&gt;
news:f8adin$e8n$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I was trying to calculate the standard deviation of a 3,000,000 by 9 &lt;br&gt;
&amp;gt; matrix using function &quot;std&quot;. But I got an &quot;Out of Memory&quot; error message. &lt;br&gt;
&amp;gt; Is it because Matlab couldn't handle stdev calculation if the underlying &lt;br&gt;
&amp;gt; data is too big?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Stephen </description>
    </item>
    <item>
      <pubDate>Thu, 26 Jul 2007 15:06:39 -0400</pubDate>
      <title>Re: Standard Deviation Calculation: Out of Memory?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153450#385100</link>
      <author>Rick Rosson</author>
      <description>&lt;br&gt;
See MathWorks Technical Note 1106:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.mathworks.com/support/tech-notes/1100/1106.html&quot;&gt;http://www.mathworks.com/support/tech-notes/1100/1106.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;stephen &quot; &amp;lt;huangj5@nationwide.com&amp;gt; wrote in message &lt;br&gt;
news:f8adin$e8n$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I was trying to calculate the standard deviation of a 3,000,000 by 9 &lt;br&gt;
&amp;gt; matrix using function &quot;std&quot;. But I got an &quot;Out of Memory&quot; error message. &lt;br&gt;
&amp;gt; Is it because Matlab couldn't handle stdev calculation if the underlying &lt;br&gt;
&amp;gt; data is too big?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Stephen </description>
    </item>
  </channel>
</rss>

