Variables | |
| c1 = TCanvas("c1", "Normal Distributions", 100, 10, 600, 800) | |
| ccdfunc = TF1("cdf_c","ROOT::Math::normal_cdf_c(x, [0])", -5, 5) | |
| cdfunc = TF1("cdf","ROOT::Math::normal_cdf(x, [0],[1])", -5, 5) | |
| cdXaxis = cdfunc.GetXaxis() | |
| cdYaxis = cdfunc.GetYaxis() | |
| cqfunc = TF1("quantile_c","ROOT::Math::normal_quantile_c(x, [0])", 0, 1) | |
| legend1 = TLegend(0.583893, 0.601973, 0.885221, 0.854151) | |
| legend2 = TLegend(0.585605, 0.462794, 0.886933, 0.710837) | |
| legend3 = TLegend(0.315094, 0.633668, 0.695179, 0.881711) | |
| pdfunc = TF1("pdf","ROOT::Math::normal_pdf(x, [0],[1])", -5, 5) | |
| qfunc = TF1("quantile","ROOT::Math::normal_quantile(x, [0])", 0, 1) | |
| qfXaxis = qfunc.GetXaxis() | |
| qfYaxis = qfunc.GetYaxis() | |
| Xaxis = pdfunc.GetXaxis() | |
| Yaxis = pdfunc.GetYaxis() | |
| pdf001_Normal.c1 = TCanvas("c1", "Normal Distributions", 100, 10, 600, 800) |
Definition at line 90 of file pdf001_Normal.py.
Definition at line 19 of file pdf001_Normal.py.
Definition at line 18 of file pdf001_Normal.py.
| pdf001_Normal.cdXaxis = cdfunc.GetXaxis() |
Definition at line 46 of file pdf001_Normal.py.
| pdf001_Normal.cdYaxis = cdfunc.GetYaxis() |
Definition at line 47 of file pdf001_Normal.py.
Definition at line 21 of file pdf001_Normal.py.
| pdf001_Normal.legend1 = TLegend(0.583893, 0.601973, 0.885221, 0.854151) |
Definition at line 96 of file pdf001_Normal.py.
| pdf001_Normal.legend2 = TLegend(0.585605, 0.462794, 0.886933, 0.710837) |
Definition at line 104 of file pdf001_Normal.py.
| pdf001_Normal.legend3 = TLegend(0.315094, 0.633668, 0.695179, 0.881711) |
Definition at line 113 of file pdf001_Normal.py.
Definition at line 17 of file pdf001_Normal.py.
Definition at line 20 of file pdf001_Normal.py.
| pdf001_Normal.qfXaxis = qfunc.GetXaxis() |
Definition at line 71 of file pdf001_Normal.py.
| pdf001_Normal.qfYaxis = qfunc.GetYaxis() |
Definition at line 72 of file pdf001_Normal.py.
| pdf001_Normal.Xaxis = pdfunc.GetXaxis() |
Definition at line 30 of file pdf001_Normal.py.
| pdf001_Normal.Yaxis = pdfunc.GetYaxis() |
Definition at line 31 of file pdf001_Normal.py.