a statistical analysis of data consisting of single integers
More...
#include <statistics.h>
|
| | tally () |
| |
| | ~tally () |
| |
| void | init (int *data, int data_length, int f_second, int verbose_level) |
| |
| void | init_lint (long int *data, int data_length, int f_second, int verbose_level) |
| |
| void | sort_and_classify () |
| |
| void | sort_and_classify_second () |
| |
| int | class_of (int pt_idx) |
| |
| void | print (int f_backwards) |
| |
| void | print_no_lf (int f_backwards) |
| |
| void | print_tex_no_lf (int f_backwards) |
| |
| void | print_first (int f_backwards) |
| |
| void | print_second (int f_backwards) |
| |
| void | print_first_tex (int f_backwards) |
| |
| void | print_second_tex (int f_backwards) |
| |
| void | print_file (std::ostream &ost, int f_backwards) |
| |
| void | print_file_tex (std::ostream &ost, int f_backwards) |
| |
| void | print_file_tex_we_are_in_math_mode (std::ostream &ost, int f_backwards) |
| |
| void | print_naked_stringstream (std::stringstream &sstr, int f_backwards) |
| |
| void | print_naked (int f_backwards) |
| |
| void | print_naked_tex (std::ostream &ost, int f_backwards) |
| |
| void | print_types_naked_tex (std::ostream &ost, int f_backwards, int *the_vec_sorted, int nb_types, int *type_first, int *type_len) |
| |
| void | print_array_tex (std::ostream &ost, int f_backwards) |
| |
| double | average () |
| |
| double | average_of_non_zero_values () |
| |
| void | get_data_by_multiplicity (int *&Pts, int &nb_pts, int multiplicity, int verbose_level) |
| |
| void | get_data_by_multiplicity_as_lint (long int *&Pts, int &nb_pts, int multiplicity, int verbose_level) |
| |
| int | determine_class_by_value (int value) |
| |
| int | get_value_of_class (int class_idx) |
| |
| int | get_largest_value () |
| |
| void | get_class_by_value (int *&Pts, int &nb_pts, int value, int verbose_level) |
| |
| void | get_class_by_value_lint (long int *&Pts, int &nb_pts, int value, int verbose_level) |
| |
| data_structures::set_of_sets * | get_set_partition_and_types (int *&types, int &nb_types, int verbose_level) |
| |
| void | save_classes_individually (std::string &fname) |
| |
a statistical analysis of data consisting of single integers
Definition at line 28 of file statistics.h.
◆ tally()
| orbiter::layer1_foundations::tally::tally |
( |
| ) |
|
◆ ~tally()
| orbiter::layer1_foundations::tally::~tally |
( |
| ) |
|
◆ average()
| double orbiter::layer1_foundations::tally::average |
( |
| ) |
|
◆ average_of_non_zero_values()
| double orbiter::layer1_foundations::tally::average_of_non_zero_values |
( |
| ) |
|
◆ class_of()
| int orbiter::layer1_foundations::tally::class_of |
( |
int |
pt_idx | ) |
|
◆ determine_class_by_value()
| int orbiter::layer1_foundations::tally::determine_class_by_value |
( |
int |
value | ) |
|
◆ get_class_by_value()
| void orbiter::layer1_foundations::tally::get_class_by_value |
( |
int *& |
Pts, |
|
|
int & |
nb_pts, |
|
|
int |
value, |
|
|
int |
verbose_level |
|
) |
| |
◆ get_class_by_value_lint()
| void orbiter::layer1_foundations::tally::get_class_by_value_lint |
( |
long int *& |
Pts, |
|
|
int & |
nb_pts, |
|
|
int |
value, |
|
|
int |
verbose_level |
|
) |
| |
◆ get_data_by_multiplicity()
| void orbiter::layer1_foundations::tally::get_data_by_multiplicity |
( |
int *& |
Pts, |
|
|
int & |
nb_pts, |
|
|
int |
multiplicity, |
|
|
int |
verbose_level |
|
) |
| |
◆ get_data_by_multiplicity_as_lint()
| void orbiter::layer1_foundations::tally::get_data_by_multiplicity_as_lint |
( |
long int *& |
Pts, |
|
|
int & |
nb_pts, |
|
|
int |
multiplicity, |
|
|
int |
verbose_level |
|
) |
| |
◆ get_largest_value()
| int orbiter::layer1_foundations::tally::get_largest_value |
( |
| ) |
|
◆ get_set_partition_and_types()
| data_structures::set_of_sets * orbiter::layer1_foundations::tally::get_set_partition_and_types |
( |
int *& |
types, |
|
|
int & |
nb_types, |
|
|
int |
verbose_level |
|
) |
| |
◆ get_value_of_class()
| int orbiter::layer1_foundations::tally::get_value_of_class |
( |
int |
class_idx | ) |
|
◆ init()
| void orbiter::layer1_foundations::tally::init |
( |
int * |
data, |
|
|
int |
data_length, |
|
|
int |
f_second, |
|
|
int |
verbose_level |
|
) |
| |
◆ init_lint()
| void orbiter::layer1_foundations::tally::init_lint |
( |
long int * |
data, |
|
|
int |
data_length, |
|
|
int |
f_second, |
|
|
int |
verbose_level |
|
) |
| |
◆ print()
| void orbiter::layer1_foundations::tally::print |
( |
int |
f_backwards | ) |
|
◆ print_array_tex()
| void orbiter::layer1_foundations::tally::print_array_tex |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_file()
| void orbiter::layer1_foundations::tally::print_file |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_file_tex()
| void orbiter::layer1_foundations::tally::print_file_tex |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_file_tex_we_are_in_math_mode()
| void orbiter::layer1_foundations::tally::print_file_tex_we_are_in_math_mode |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_first()
| void orbiter::layer1_foundations::tally::print_first |
( |
int |
f_backwards | ) |
|
◆ print_first_tex()
| void orbiter::layer1_foundations::tally::print_first_tex |
( |
int |
f_backwards | ) |
|
◆ print_naked()
| void orbiter::layer1_foundations::tally::print_naked |
( |
int |
f_backwards | ) |
|
◆ print_naked_stringstream()
| void orbiter::layer1_foundations::tally::print_naked_stringstream |
( |
std::stringstream & |
sstr, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_naked_tex()
| void orbiter::layer1_foundations::tally::print_naked_tex |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards |
|
) |
| |
◆ print_no_lf()
| void orbiter::layer1_foundations::tally::print_no_lf |
( |
int |
f_backwards | ) |
|
◆ print_second()
| void orbiter::layer1_foundations::tally::print_second |
( |
int |
f_backwards | ) |
|
◆ print_second_tex()
| void orbiter::layer1_foundations::tally::print_second_tex |
( |
int |
f_backwards | ) |
|
◆ print_tex_no_lf()
| void orbiter::layer1_foundations::tally::print_tex_no_lf |
( |
int |
f_backwards | ) |
|
◆ print_types_naked_tex()
| void orbiter::layer1_foundations::tally::print_types_naked_tex |
( |
std::ostream & |
ost, |
|
|
int |
f_backwards, |
|
|
int * |
the_vec_sorted, |
|
|
int |
nb_types, |
|
|
int * |
type_first, |
|
|
int * |
type_len |
|
) |
| |
◆ save_classes_individually()
| void orbiter::layer1_foundations::tally::save_classes_individually |
( |
std::string & |
fname | ) |
|
◆ sort_and_classify()
| void orbiter::layer1_foundations::tally::sort_and_classify |
( |
| ) |
|
◆ sort_and_classify_second()
| void orbiter::layer1_foundations::tally::sort_and_classify_second |
( |
| ) |
|
◆ data
| int* orbiter::layer1_foundations::tally::data |
◆ data_length
| int orbiter::layer1_foundations::tally::data_length |
◆ data_sorted
| int* orbiter::layer1_foundations::tally::data_sorted |
◆ f_data_ownership
| int orbiter::layer1_foundations::tally::f_data_ownership |
◆ f_second
| int orbiter::layer1_foundations::tally::f_second |
◆ nb_types
| int orbiter::layer1_foundations::tally::nb_types |
◆ second_data_sorted
| int* orbiter::layer1_foundations::tally::second_data_sorted |
◆ second_nb_types
| int orbiter::layer1_foundations::tally::second_nb_types |
◆ second_sorting_perm
| int* orbiter::layer1_foundations::tally::second_sorting_perm |
◆ second_sorting_perm_inv
| int* orbiter::layer1_foundations::tally::second_sorting_perm_inv |
◆ second_type_first
| int* orbiter::layer1_foundations::tally::second_type_first |
◆ second_type_len
| int* orbiter::layer1_foundations::tally::second_type_len |
◆ sorting_perm
| int* orbiter::layer1_foundations::tally::sorting_perm |
◆ sorting_perm_inv
| int* orbiter::layer1_foundations::tally::sorting_perm_inv |
◆ type_first
| int* orbiter::layer1_foundations::tally::type_first |
◆ type_len
| int* orbiter::layer1_foundations::tally::type_len |
The documentation for this class was generated from the following files: