IMinuit
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: 1.5.0-1.5.4.
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