|
__init__(self,
K,
L,
model,
ntheta,
nphi,
inits,
tf,
phinames,
thetanames,
wl=None,
nw=1,
verbose=False)
Initialize the model fitter. |
source code
|
|
|
|
|
|
|
do_inference(self,
prior,
data,
predlen,
method) |
source code
|
|
|
run(self,
data,
method,
monitor=False)
Fit the model against data |
source code
|
|
|
_monitor_setup(self)
Sets up realtime plotting of inference |
source code
|
|
|
_monitor_plot(self,
series,
prior)
Plots real time data |
source code
|
|
|
plot_results(self,
names=[])
Plot the final results of the inference |
source code
|
|
|
|