ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Functions | |
def | lower_bound (N) |
def | upper_bound (N) |
def | get_bounds (upper) |
def | get_coverage (mu, bounds) |
def | test_wilks_coverage (num_pts, lower_lim, upper_lim) |
Variables | |
tuple | parser |
tuple | args = parser.parse_args() |
def wilks_coverage.get_bounds | ( | upper | ) |
Definition at line 42 of file wilks_coverage.py.
References lower_bound(), and upper_bound().
Referenced by test_wilks_coverage().
def wilks_coverage.get_coverage | ( | mu, | |
bounds | |||
) |
Definition at line 48 of file wilks_coverage.py.
Referenced by test_wilks_coverage().
def wilks_coverage.lower_bound | ( | N | ) |
Definition at line 11 of file wilks_coverage.py.
Referenced by FindFraction(), and get_bounds().
def wilks_coverage.test_wilks_coverage | ( | num_pts, | |
lower_lim, | |||
upper_lim | |||
) |
Definition at line 56 of file wilks_coverage.py.
References get_bounds(), and get_coverage().
def wilks_coverage.upper_bound | ( | N | ) |
Definition at line 27 of file wilks_coverage.py.
Referenced by get_bounds().
tuple wilks_coverage.args = parser.parse_args() |
Definition at line 86 of file wilks_coverage.py.
tuple wilks_coverage.parser |
Definition at line 80 of file wilks_coverage.py.