Skip to content

fkguo/IMinuit.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 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 where iminuit is installed, then build your pycall. For more information, please refer to the PyCall documentation.

For functions defined, click Dev

For interactive examples, click Binder

About

A Julia wrapper of iminuit. iminuit is a Python interface to the C++ version of the function minimization and error analysis package MINUIT.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages