Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/references/sim_fit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Fitting
PyPWA supplies a single wrapper around iMinuit's module. This is a
convenience function to make working with Minuit's parameters easier.
However, if wanting to use a different fitting function, like Scikit or
Scipy, the likelihoods should work natively with them.
Scipy, the likelihoods should work natively with them. In addition,
PyPWA also supplies a wrapper around the MCMC package emcee.

Most optimizers built in Python assume the data is some sort of global
variable, and the function passed to them is just accepting parameters
Expand All @@ -118,3 +119,5 @@ they're expecting a function or callable object, and as long as the
parameters they pass are pickle-able.

.. autofunction:: PyPWA.minuit

.. autofunction:: PyPWA.mcmc