Loading [MathJax]/extensions/tex2jax.js
|
ROOT
Reference Guide |
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
21f1a = ROOT.TF2(
"f1a",
"ROOT::Math::cauchy_pdf(x, y)",0,10,0,10)
22f2a = ROOT.TF2(
"f2a",
"ROOT::Math::chisquared_pdf(x,y)",0,20, 0,20)
23f3a = ROOT.TF2(
"f3a",
"ROOT::Math::gaussian_pdf(x,y)",0,10,0,5)
24f4a = ROOT.TF2(
"f4a",
"ROOT::Math::tdistribution_pdf(x,y)",0,10,0,5)
26c1 = ROOT.TCanvas(
"c1",
"c1",800,650)