GammaGammaModel.fit#
- GammaGammaModel.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 viapymc.find_MAP
- kwargs:
Other keyword arguments passed to the underlying PyMC routines