Help on module ptmcmc:
NAME
ptmcmc
CLASSES
builtins.object
Options
boundary
likelihood
sampler
state
stateSpace
class Options(builtins.object)
| Class for handling options for program subcomponents.
|
| For wrapped C++ code the options are passed down into the C++ optioned interface.
| Options not processed in the C++ code are presumed to be handled at the python level.
| Options defined by python native code are processed, stored and accessed here.
|
| Methods defined here:
|
| __init__(self, /, *args, **kwargs)
| Initialize self. See help(type(self)) for accurate signature.
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| add(...)
|
| parse(...)
class boundary(builtins.object)
| Define boundary options for a parameter space dimension.
|
| Options are: 'open'=no limit, 'limit'=closed at value, 'reflect'=reflect around value, 'wrap'=wrap at value, onto other end
|
| Methods defined here:
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| enforce(...)
|
| getDomainLimits(...)
|
| show(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __pyx_vtable__ = <capsule object NULL>
class likelihood(builtins.object)
| User should define a class to inherit from this one overriding evaluate_log()
|
| Methods defined here:
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| basic_setup(...)
|
| draw_from_prior(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __pyx_vtable__ = <capsule object NULL>
class sampler(builtins.object)
| Methods defined here:
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| addOptions(...)
|
| initialize(...)
|
| run(...)
|
| setup(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __pyx_vtable__ = <capsule object NULL>
class state(builtins.object)
| Define the parameter state.
|
| Methods defined here:
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| getSpace(...)
|
| get_params(...)
|
| get_string(...)
|
| show(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __pyx_vtable__ = <capsule object NULL>
class stateSpace(builtins.object)
| Define the parameter state space.
|
| Methods defined here:
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __reduce__ = __reduce_cython__(...)
|
| __setstate__ = __setstate_cython__(...)
|
| requireIndex(...)
|
| set_bound(...)
|
| set_names(...)
|
| show(...)
|
| size(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __pyx_vtable__ = <capsule object NULL>
FUNCTIONS
resetRNGseed(...)
DATA
__test__ = {}
FILE
/Users/jgbaker/Projects/StellarAstronomy/TessSLB/src/LightCurveCode/ptmcmc/cython/ptmcmc.cpython-36m-darwin.so