|
|
|||
|
|
BinCounts |
| BinCounts[{x1, x2, ...}] counts the number of elements xi whose values lie in successive integer bins. |
| BinCounts[{x1, x2, ...}, dx] counts the number of elements xi whose values lie in successive bins of width dx. |
| BinCounts[{x1, x2, ...}, {xmin, xmax, dx}] counts the number of xi in successive bins of width dx from xmin to xmax. |
| BinCounts[{x1, x2, ...}, {{b1, b2, ...}}] counts the number of xi in the intervals (b1, b2), (b2, b3), .... |
| BinCounts[{{x1, y1, ...}, {x2, y2, ...}, ...}, xbins, ybins, ...] gives an array of counts where the first index corresponds to x bins, the second to y, and so on. |
| © 2013 Wolfram Research, Inc. |