triqs.stat.histograms.cdf
- triqs.stat.histograms.cdf()
Dispatched C++ function(s).
[1] (h: Histogram) -> Histogram
Normalize and integrate a histogram.
It simply performs partial summation of the bin counts and then divides by the number of in-range data points (lost points are excluded).
This does not return the CDF of the underlying continuous distribution but rather the CDF of the discrete probabilities that a data point falls into a certain bin.
- Parameters:
- hHistogram
Histogram to be normalized and integrated.
- Returns:
- Histogram
Normalized and integrated histogram.