Generation and interpretation of differential distributions.
The generation of distributions can be done automatically if the integrand accepts a projector that specifies how the values of the integrand are binned and, during integrand creation, if the distribution parameters are correctly specified. The result of each integration algorithm (derived from plain_result) will then contain a vector of distribution_result entries that each contain the result of a separate distribution. Since version 0.8 these distributions can be two-dimensional.
The distributions that are generated are differential distributions, meaning that each bin contains the integral for this bin divided by the bin size.
◆ make_dist_params()
template<typename T >
distribution_parameters<T> hep::make_dist_params |
( |
std::size_t |
bins, |
|
|
T |
x_min, |
|
|
T |
x_max, |
|
|
std::string const & |
name = "" |
|
) |
| |
◆ mid_points_x()
◆ mid_points_y()