Is it possible to use unbinned fit to fit background to data?

Hi, rooters! Now I’am able to perform binned fit of signal and background histograms to data histogram. My new goal is to fit signal and background to data using unbinned fit. What is the proper way to do it? On the internet there is only unbinned fits with function.

Thanks in regards

Hi,
There are many examples of how to perform unbinned fits. You need to model your distribution with a function. The function can be binned (an histogram, see RoHistPdf) or described as kernel density estimator (see RooKeysPdf) or described in a mathematical form.

Lorenzo

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.