SkillAgentSearch skills...

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.

Install / Use

/learn @fkguo/IMinuit.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

IMinuit

<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://fkguo.github.io/IMinuit.jl/stable) --> <!-- [![Build Status](https://github.com/fkguo/IMinuit.jl/workflows/CI/badge.svg)](https://github.com/fkguo/IMinuit.jl/actions) -->

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

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated8mo ago
Forks2

Languages

Julia

Security Score

87/100

Audited on Jul 23, 2025

No findings