|
|
__init__(self,
meldobj,
samples,
sampmax,
data,
t,
parpriors,
parnames,
parlimits,
likfun,
likvariance,
burnin,
**kwargs)
MCMC based fitting |
source code
|
|
|
|
|
|
|
step(self,
nchains=1)
Does the actual sampling loop. |
source code
|
|
|
|
_rms_fit(self,
s1,
s2)
Calculates a basic fitness calculation between a model-
generated time series and a observed time series.
It uses a normalized RMS variation. |
source code
|
|
|
|
|
|
|
_add_salt(self,
dataset,
band)
Adds a few extra uniformly distributed data
points beyond the dataset range.
This is done by adding from a uniform dist. |
source code
|
|
|
Inherited from _Sampler:
DIC,
best_prop_index,
check_constraints,
dimensions,
gr_R,
gr_convergence,
po,
setup_xmlrpc_plotserver,
shut_down,
shutdown_xmlrpc_plotserver,
term_pool
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|