IMinuit.jl

A Julia wrapper of iminuit. iminuit is a Python interface to the C++ version of the function minimization and error analysis package MINUIT.
Author fkguo
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
July 2020

IMinuit

Build Status

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

For functions defined, click Dev

For interactive examples, click Binder