Binned PDFs#
Binned PDFs extend the functionality of unbinned PDFs by providing more histogram-like features in addition to the basic unbinned PDFs. They interface with the Unified Histogram Interface (uhi) that is provided boost-histogram and especially Hist.
Below are the available binned PDFs:
Histogram PDF#
The HistogramPDF
creates a PDF from a histogram, preserving the bin structure and values.

|
Binned PDF resembling a histogram. |
Binwise Scale Modifier#
The BinwiseScaleModifier
allows modifying individual bins of a binned PDF with scale factors.

|
Modifier that scales each bin separately of the pdf. |
Binned From Unbinned PDF#
The BinnedFromUnbinnedPDF
converts an unbinned PDF to a binned representation.

|
Create a binned pdf from an unbinned pdf binning in space. |
Spline Morphing PDF#
The SplineMorphingPDF
creates a morphing between different template histograms using spline interpolation.

|
Morphing a set of histograms with a spline interpolation. |
Binned Sum PDF#
The BinnedSumPDF
combines multiple binned PDFs with different fractions.

|
Sum of binned PDFs. |
Spline PDF#
The SplinePDF
creates a PDF from spline interpolation between points.
|
Spline interpolate a binned PDF in order to get a smooth, unbinned PDF. |
Unbinned From Binned PDF#
The UnbinnedFromBinnedPDF
converts a binned PDF to an unbinned representation.

|
Create a unbinned pdf from a binned pdf. |
All Binned PDFs
|
Binned PDF resembling a histogram. |
|
Modifier that scales each bin separately of the pdf. |
|
Create a binned pdf from an unbinned pdf binning in space. |
|
Morphing a set of histograms with a spline interpolation. |
|
Sum of binned PDFs. |
|
Spline interpolate a binned PDF in order to get a smooth, unbinned PDF. |
|
Create a unbinned pdf from a binned pdf. |