![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <string>#include <cmath>#include <vector>#include <iterator>#include <algorithm>#include "elementa/base/exceptions.h"#include "elementa/math/stats/statistic.h"

Go to the source code of this file.
Classes | |
| class | elementa::math::stats::Histogram |
| A one-dimensional histogram of data. More... | |
| class | elementa::math::stats::Histogram::BinDef |
| Definition of the support (bins) of a histogram. More... | |