Processing /builddir/build/BUILD/root-6.10.00/tutorials/roostats/TestNonCentral.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:
either adjust tolerance with SetErrorTolerance(
tol) or max_iter with SetMaxIter(max_it)
using namespace RooFit;
void TestNonCentral(){
w.
factory(
"NonCentralChiSquare::nc(x[0,50],k[1.99,0,5],lambda[5])");
w.
factory(
"NonCentralChiSquare::ncc(x,kk[2.01,0,5],lambda)");
w.
factory(
"NonCentralChiSquare::nccc(x,kk,lambda)");
w.
factory(
"ChiSquarePdf::cs(x,k)");
}
- Author
- Lorenzo Moneta
Definition in file TestNonCentral.C.