Module for weighted histograms with statistical operations.
Provides a data structure to accumulate weighted values in bins and compute
statistical properties such as mean, variance, and higher-order moments.
Features:
- Initialize and reset histograms with user-defined bin ranges
- Add weighted values to bins
- Compute mean, variance, and moments of any order
Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.