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 More... | |
guint * | count |
value containing number of occurences at bin# More... | |
gfloat * | bound |
lower boundary of bin# More... | |
gfloat * | centre |
centre point of bin# More... | |
gfloat | min |
minimum value of input data More... | |
gfloat | max |
maximum value of input data More... | |
gchar * | comment |
comment on the data More... | |
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.
guint* __GpivBinData::count |
guint __GpivBinData::nbins |