Theoretica
A C++ numerical and automatic mathematical library
|
This is the complete list of members for theoretica::histogram, including all inherited members.
bins() const | theoretica::histogram | inline |
histogram(unsigned int bin_count, real range_min, real range_max) | theoretica::histogram | inline |
histogram(const Dataset &data, unsigned int bin_count=0) | theoretica::histogram | inline |
index(real x) const | theoretica::histogram | inline |
insert(real x) | theoretica::histogram | inline |
max() const | theoretica::histogram | inline |
mean() const | theoretica::histogram | inline |
min() const | theoretica::histogram | inline |
number() const | theoretica::histogram | inline |
operator std::string() | theoretica::histogram | inline |
operator()(real x) | theoretica::histogram | inline |
operator<<(std::ostream &out, const histogram &obj) | theoretica::histogram | friend |
operator[](unsigned int i) const | theoretica::histogram | inline |
to_string(const std::string &separator=" ", bool normalized=true, bool lower_extreme=false) const | theoretica::histogram | inline |
tss() const | theoretica::histogram | inline |