Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psHistogram Struct Reference
[Statistic Functions]

#include <psStats.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 121 of file psStats.h.

Data Fields

psVectorbounds
 Bounds for the bins (type F32).
psVectornums
 Number in each of the bins (INT).
psS32 minNum
 Number below the minimum.
psS32 maxNum
 Number above the maximum.
psBool uniform
 Is it a uniform distribution?


Field Documentation

psVector* psHistogram::bounds
 

Bounds for the bins (type F32).

Definition at line 123 of file psStats.h.

psS32 psHistogram::maxNum
 

Number above the maximum.

Definition at line 126 of file psStats.h.

psS32 psHistogram::minNum
 

Number below the minimum.

Definition at line 125 of file psStats.h.

psVector* psHistogram::nums
 

Number in each of the bins (INT).

Definition at line 124 of file psStats.h.

psBool psHistogram::uniform
 

Is it a uniform distribution?

Definition at line 127 of file psStats.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:12 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1