Variables | |
| parser = OptionParser() | |
| dest | |
| action | |
| help | |
| metavar | |
| default | |
| type | |
| None | |
| opts | |
| args | |
| pos_parser = bp.PEOutputParser('common') | |
| f = open(opts.data, "r") | |
| pos = bp.Posterior(pos_parser.parse(f)) | |
| outfile = None | |
| log_ev = pos.di_evidence(boxing=opts.Nboxing) | |
| cbcBayesDIEvidence.parser = OptionParser() |
Definition at line 38 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.dest |
Definition at line 39 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.action |
Definition at line 39 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.help |
Definition at line 39 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.metavar |
Definition at line 39 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.default |
Definition at line 40 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.type |
Definition at line 40 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.None |
Definition at line 42 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.opts |
Definition at line 44 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.args |
Definition at line 44 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.pos_parser = bp.PEOutputParser('common') |
Definition at line 46 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.f = open(opts.data, "r") |
Definition at line 48 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.pos = bp.Posterior(pos_parser.parse(f)) |
Definition at line 50 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.outfile = None |
Definition at line 54 of file cbcBayesDIEvidence.py.
| cbcBayesDIEvidence.log_ev = pos.di_evidence(boxing=opts.Nboxing) |
Definition at line 60 of file cbcBayesDIEvidence.py.