#include <bin.h>
Public Methods | |
| Bin (number start, number end, counter nobins=16) | |
| ~Bin () | |
| void | add_value (number added) |
| vector<counter> | get_histo () |
| vector<number> | get_bins (void) |
| NO_COPY (Bin) | |
Private Attributes | |
| number | x0 |
| number | x1 |
| number | dx |
| counter | N |
| vector<counter>* | histogram |
Definition at line 45 of file bin.h.
|
|
Create a binning
|
|
|
add a value to the bin. |
|
|
returns an array of bin starts |
|
|
returns an array of numbers representing the histogram |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.