Julia wrapper of the Python package iminuit
, which is the interface to the C++ MINUIT2, widely used in fitting in the high-energy physics community.
Supported iminuit
versions: 2.0.0 or later
The minuit
object in iminuit
is defined as an AbstractFit
:
if using array parameters, then ArrayFit
;
if using individual parameters, then Fit
.
Install by ]add https://github.com/fkguo/IMinuit.jl
Remember to point your
pycall
to the python enviroment whereiminuit
is installed, then build yourpycall
. For more information, please refer to the PyCall documentation.