psHistogram Struct Reference
[Mathematical Operations]

#include <psHistogram.h>

Collaboration diagram for psHistogram:

Collaboration graph
[legend]

Detailed Description

The basic histogram structure which contains bounds and bins.

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 34 of file psHistogram.h.

Data Fields

const psVectorbounds
 Bounds for the bins (type F32).
psVectornums
 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?


Field Documentation

const psVector* psHistogram::bounds

Bounds for the bins (type F32).

Definition at line 36 of file psHistogram.h.

psVector* psHistogram::nums

Number in each of the bins (INT).

Definition at line 37 of file psHistogram.h.

int psHistogram::minNum

Number below the minimum.

Definition at line 38 of file psHistogram.h.

int psHistogram::maxNum

Number above the maximum.

Definition at line 39 of file psHistogram.h.

bool psHistogram::uniform

Is it a uniform distribution?

Definition at line 40 of file psHistogram.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:51 2007 for pslib by  doxygen 1.5.1