BaseGammaGammaModel.fit#

BaseGammaGammaModel.fit(fit_method='mcmc', **kwargs)#

Infer model posterior.

Parameters:
fit_method: str

Method used to fit the model. Options are: - “mcmc”: Samples from the posterior via pymc.sample (default) - “map”: Finds maximum a posteriori via pymc.find_MAP

kwargs:

Other keyword arguments passed to the underlying PyMC routines