Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
histograms.h File Reference
#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"
Include dependency graph for histograms.h:
This graph shows which files directly or indirectly include this file:

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...