scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
28 stars 21 forks source link

2d likelihood scans #339

Open alexander-held opened 2 years ago

alexander-held commented 2 years ago

fit.scan currently only supports 1d likelihood scans. Add functionality for 2d scans (which could be set up as multiple 1d scans) and associated visualization. In that context it would also be useful to simplify fit parallelization for different grid points.

alexander-held commented 2 years ago

A script for simple 2d scans can be found at in this Gist, it works with the example workspace built with cabinetry (via example.py).