1D, real value histogram
More...
#include <stat.hpp>
◆ Histogram()
| cytnx::stat::Histogram::Histogram |
( |
const unsigned long long & |
Nbins, |
|
|
const double & |
min_val, |
|
|
const double & |
max_val |
|
) |
| |
◆ accumulate()
template<class T >
| void cytnx::stat::Histogram::accumulate |
( |
const std::vector< T > & |
data | ) |
|
|
inline |
◆ clear_vars()
| void cytnx::stat::Histogram::clear_vars |
( |
| ) |
|
|
inline |
◆ get_x() [1/2]
| Storage & cytnx::stat::Histogram::get_x |
( |
| ) |
|
|
inline |
◆ get_x() [2/2]
| const Storage & cytnx::stat::Histogram::get_x |
( |
| ) |
const |
|
inline |
◆ normalize()
| void cytnx::stat::Histogram::normalize |
( |
| ) |
|
◆ print()
| void cytnx::stat::Histogram::print |
( |
| ) |
const |
◆ size()
◆ bins
| uint64_t cytnx::stat::Histogram::bins |
◆ max
| double cytnx::stat::Histogram::max |
◆ min
| double cytnx::stat::Histogram::min |
◆ total_count
| double cytnx::stat::Histogram::total_count |
◆ vars
| cytnx::Storage cytnx::stat::Histogram::vars |
| cytnx::Storage cytnx::stat::Histogram::x |
The documentation for this class was generated from the following file: