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

psHistogram Struct Reference
[Stats]

#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 132 of file psStats.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 134 of file psStats.h.

int psHistogram::maxNum
 

Number above the maximum.

Definition at line 137 of file psStats.h.

int psHistogram::minNum
 

Number below the minimum.

Definition at line 136 of file psStats.h.

psVector* psHistogram::nums
 

Number in each of the bins (INT).

Definition at line 135 of file psStats.h.

bool psHistogram::uniform
 

Is it a uniform distribution?

Definition at line 138 of file psStats.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:41 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2