triqs::stat::histogram::constructor
#include <triqs/stat/histogram.hpp>
Synopsis
histogram (int a, int b) histogram (double a, double b, long n_bins) histogram ()
Documentation
1) Constructs a histogram over \([a; b]\) range with bin length equal to 1.
2) Constructs a histogram over \([a; b]\) range with a given number of bins.
3) Default constructor
Parameters
a Left end of the sampling range
b Right end of the sampling range
n_bins Number of bins