| Author |
Comment/Response |
Peter Pein
|
10/11/07 2:20pm
Hi Humphrey,
I do not see a bug.
Maybe it becomes clearer, when creating the following table:
In[1]:=
<<Mathematica6`
Transpose[{Range[98.8,101,1/5],
BinCounts[{101.13528790591918`,100,98.85051300731969`}, 0.2]}]//ColumnForm
Out[2]=
{{ 98.8, 1},
{ 99.0, 0},
{ 99.2, 0},
{ 99.4, 0},
{ 99.6, 0},
{ 99.8, 0},
{100.0, 1},
{100.2, 0},
{100.4, 0},
{100.6, 0},
{100.8, 0},
{101.0, 1}}
Could you please post which result has been expected (and why)?
Peter
URL: , |
|