'SPECIAL PDFS' RooFit tutorial macro #707
Using non-parametric (multi-dimensional) kernel estimation p.d.f.s
Processing /mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/tutorials/roofit/rf707_kernelestimation.C...
void rf707_kernelestimation()
{
kest1.plotOn(frame) ;
RooPlot* frame2 = x.
frame(
Title(
"Adaptive kernel estimation pdf with regular, increased bandwidth")) ;
kest1.plotOn(frame2) ;
TCanvas* c =
new TCanvas(
"rf707_kernelestimation",
"rf707_kernelestimation",800,800) ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf707_kernelestimation.C.