Used for making up histograms in bins or klasses. More...
#include <include/gpiv.h>
Data Fields | |
guint | nbins |
number of bins in histogram, to be read as a parameter | |
guint * | count |
value containing number of occurences at bin# | |
gfloat * | bound |
lower boundary of bin# | |
gfloat * | centre |
centre point of bin# | |
gfloat | min |
minimum value of input data | |
gfloat | max |
maximum value of input data | |
gchar * | comment |
comment on the data |
Used for making up histograms in bins or klasses.
This structure provides elements to construct histograms for statistics, validation (peak-locking effects, for example) etc.
gfloat* __GpivBinData::bound |
gfloat* __GpivBinData::centre |
gchar* __GpivBinData::comment |
guint* __GpivBinData::count |
gfloat __GpivBinData::max |
gfloat __GpivBinData::min |
guint __GpivBinData::nbins |