|
__init__(self,
parpriors=[],
parnames=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
po(self)
Pool of processes for parallel execution of tasks
Remember to call self.term_pool() when done. |
source code
|
|
|
shut_down(self,
reason='')
Finalizes the sampler, nicely closing the resources allocated |
source code
|
|
|
|
|
|
|
gr_convergence(self,
relevantHistoryEnd,
relevantHistoryStart)
Gelman-Rubin Convergence |
source code
|
|
|
|
|
setup_xmlrpc_plotserver(self)
Sets up the server for real-time chain watch |
source code
|
|
|
|
|
_every_plot(self)
plotting function for generating a plot at every step |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|