'SPECIAL PDFS' RooFit tutorial macro #707
Using non-parametric (multi-dimensional) kernel estimation p.d.f.s
Processing /mnt/build/workspace/root-makedoc-v612/rootspi/rdoc/src/v6-12-00-patches/tutorials/roofit/rf707_kernelestimation.C...
[1mRooFit v3.60 -- Developed by Wouter Verkerke and David Kirkby[0m
Copyright (C) 2000-2013 NIKHEF, University of California & Stanford University
All rights reserved, please read http://roofit.sourceforge.net/license.txt
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.