Heraia
0.1.8
|
#include <stat.h>
Data Fields | |
guint64 | max |
maximum value More... | |
guint64 | min |
minimum value More... | |
guint64 | mean |
mean value More... | |
guint | nb_val |
number of different values More... | |
guint64 histo_infos_t::max |
maximum value
Definition at line 47 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_1D_from_histo1D(), do_pixbuf_2D_from_histo2D(), make_pixbufs_from_histos(), realize_some_numerical_stat(), and statw_export_to_pcv_clicked().
guint64 histo_infos_t::mean |
mean value
Definition at line 49 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), and realize_some_numerical_stat().
guint64 histo_infos_t::min |
minimum value
Definition at line 48 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), realize_some_numerical_stat(), and statw_export_to_pcv_clicked().
guint histo_infos_t::nb_val |
number of different values
Definition at line 50 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), and realize_some_numerical_stat().