<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'histogram' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'histogram' posted on the 'Algorithms' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 21:40:16 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 21:40:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>histogram</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/421516/421516/histogram/</link>
      <description>I am trying to plot a histogram.the first one is a actual data. when i try to vary number of bins, 0.5(y=0.0),1.5(y=0.0),2.5(y=0.0)(x positions) gets invalid data.how can i find those invalid data bins. &lt;br /&gt;
&lt;br /&gt;
1)bin width :1  min -0 max-10 number of bins :10 -valid data&lt;br /&gt;
x 		y 	   bin	&lt;br /&gt;
0.000000 	0.000000 - 0	&lt;br /&gt;
1.000000 	1.000000-1	&lt;br /&gt;
2.000000 	2.000000-2 	&lt;br /&gt;
3.000000 	3.000000-3 	&lt;br /&gt;
&lt;br /&gt;
2)bin width :0.5 min -0;max ;10 number of bins : 20&lt;br /&gt;
&lt;br /&gt;
x 		y 	bin	&lt;br /&gt;
0.000000 	0.000000 -0	&lt;br /&gt;
0.500000 	0.000000 -1	&lt;br /&gt;
1.000000 	1.000000-2 	&lt;br /&gt;
1.500000 	0.000000 -3	&lt;br /&gt;
2.000000 	2.000000-4 	&lt;br /&gt;
2.500000 	0.000000 -5	&lt;br /&gt;
3.000000 	3.000000 -6	&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/421516/421516/histogram/</guid>
      <pubDate>Sat, 05 Feb 2011 17:16:39 -0700</pubDate>
      <category>Algorithms</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/421516/426434/this-post-has-been-deleted/#426434</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/421516/426434/this-post-has-been-deleted/#426434</guid>
      <pubDate>Sun, 18 Dec 2011 03:36:27 -0700</pubDate>
      <category>Algorithms</category>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/421516/426435/re-histogram/#426435</link>
      <description>Hi, what is function of these codes?? I dont know about histogram but I wanna learn about it :D&lt;br /&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;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__________________________________________________
_____________________&lt;br /&gt;
&lt;a href="http://ajie-kurniyawan.blogspot.com/2011/12/ahmed-noer.html/"&gt;Ahmed Noer&lt;/a&gt;Pecinta Janda&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/421516/426435/re-histogram/#426435</guid>
      <pubDate>Sun, 18 Dec 2011 03:38:18 -0700</pubDate>
      <category>Algorithms</category>
    </item>
    <item>
      <title>Re: histogram</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/421516/427925/re-histogram/#427925</link>
      <description>The numbers you print are only numbers. They can not be valid or invalid.&lt;br /&gt;
&lt;br /&gt;
What do you expect to get?&lt;br /&gt;
How do you compute bin value?&lt;br /&gt;
Do you create unintended overlaps?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/421516/427925/re-histogram/#427925</guid>
      <pubDate>Tue, 20 Mar 2012 04:42:34 -0700</pubDate>
      <category>Algorithms</category>
    </item>
  </channel>
</rss>