Main Page | Files | Data Structures | Functions | Global Variables |
__GpivBinData Struct Reference

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...
 

Detailed Description

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.

Definition at line 348 of file gpiv.h.

Field Documentation

◆ bound

gfloat* __GpivBinData::bound

lower boundary of bin#

Definition at line 353 of file gpiv.h.

◆ centre

gfloat* __GpivBinData::centre

centre point of bin#

Definition at line 354 of file gpiv.h.

◆ comment

gchar* __GpivBinData::comment

comment on the data

Definition at line 359 of file gpiv.h.

◆ count

guint* __GpivBinData::count

value containing number of occurences at bin#

Definition at line 352 of file gpiv.h.

◆ max

gfloat __GpivBinData::max

maximum value of input data

Definition at line 356 of file gpiv.h.

◆ min

gfloat __GpivBinData::min

minimum value of input data

Definition at line 355 of file gpiv.h.

◆ nbins

guint __GpivBinData::nbins

number of bins in histogram, to be read as a parameter

Definition at line 349 of file gpiv.h.


The documentation for this struct was generated from the following file:

Generated for libgpiv-0.6.1 by doxygen 1.8.13