| Author |
Comment/Response |
Maurice Ticas
|
09/04/05 02:50am
The mathematica command
BinCounts[{.20, .17, .23, .31}, {.15, .35, .05}] in the << Statistics`DataManipulation` package yields the list {1, 2, 0, 1}. From reading the command info from typing ?BinCounts, I expected the results {2,1,0,1} and not the {1,2,0,1} which mathematica gave me.
URL: , |
|