|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Classes | |
| class | ABCDModel |
Functions | |
| def | poisson (N, mu) |
| def | eval (x, coeffs) |
| def | makeHist (bins_B, bins_R, line_style) |
| def | getContours (the_max) |
| def | makePlot (range_B, range_R, num_bins_B, num_bins_R) |
Variables | |
| tuple | parser |
| tuple | args = parser.parse_args() |
| def abcd_sensitivity.eval | ( | x, | |
| coeffs | |||
| ) |
Definition at line 19 of file abcd_sensitivity.py.
Referenced by abcd_sensitivity.ABCDModel.fit().
| def abcd_sensitivity.getContours | ( | the_max | ) |
Definition at line 137 of file abcd_sensitivity.py.
Referenced by makePlot().
| def abcd_sensitivity.makeHist | ( | bins_B, | |
| bins_R, | |||
| line_style | |||
| ) |
Definition at line 124 of file abcd_sensitivity.py.
Referenced by makePlot().
| def abcd_sensitivity.makePlot | ( | range_B, | |
| range_R, | |||
| num_bins_B, | |||
| num_bins_R | |||
| ) |
Definition at line 149 of file abcd_sensitivity.py.
References getContours(), and makeHist().
| def abcd_sensitivity.poisson | ( | N, | |
| mu | |||
| ) |
Definition at line 11 of file abcd_sensitivity.py.
Referenced by abcd_sensitivity.ABCDModel.nll().
| tuple abcd_sensitivity.args = parser.parse_args() |
Definition at line 213 of file abcd_sensitivity.py.
Referenced by GetValues(), and ThreadPool.Push().
| tuple abcd_sensitivity.parser |
Definition at line 207 of file abcd_sensitivity.py.
1.8.11