#include <psStats.h>
Collaboration diagram for psHistogram:

In this structure, the vector bounds specifies the boundaries of the histogram bins, and must of type psF32, while nums specifies the number of entries in the bin, and must of type psU32. The value of bounds.n must therefore be 1 greater than than nums.n. The two values minNum and maxNum are the number of data values which fell below the lower limit bound or above the upper limit bound, respectively.
Definition at line 132 of file psStats.h.
Data Fields | |
| const psVector * | bounds |
| Bounds for the bins (type F32). | |
| psVector * | nums |
| Number in each of the bins (INT). | |
| int | minNum |
| Number below the minimum. | |
| int | maxNum |
| Number above the maximum. | |
| bool | uniform |
| Is it a uniform distribution? | |
|
|
Bounds for the bins (type F32).
|
|
|
Number above the maximum.
|
|
|
Number below the minimum.
|
|
|
Number in each of the bins (INT).
|
|
|
Is it a uniform distribution?
|
1.4.2