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