Lorenz Gaertner

Results 12 issues of Lorenz Gaertner

# Description This is my personal use of a custom modifier. It includes some additional features: - usage of custom function - setting of custom parameter type - output of...

# Description Fixes #2059 but extends to channels and samples. We want to catch the case where we have multiple channels with the same name in the model specification, where...

### Summary So far, pyhf does not have the option to arbitrarily correlate modifier parameters. I have seen multiple workarounds implemented for Belle II analyses (and maybe also other places)....

feat/enhancement
needs-triage
experiment/belle2

Add a pyhf example (see #807). TODOs: - [ ] fix renaming through `parameter_map`. This is not actually renaming the parameter, but only the qualified name. - [ ] fix...

doc

I noticed that a `B->pilnu::d^2Gamma/dq2/dcos(theta_l)` `SignalPDF` exists, but there is no corresponding `Observable`. It would be nice to have an `Observable` for every `SignalPDF`, the integral of which yields the...

enhancement

Hi, I noticed that eos occupies a lot of memory when successively creating analysis objects, even when I expect the memory to be freed after the variable goes out of...

bug

### Summary Hey, I recently ran a lot of toys for a very large model and had a hard time debugging, as some nuisance parameters hit the parameter bounds for...

feat/enhancement
optimization

Solves #478 by passing fixed parameters to `model_utils.unconstrained_parameter_count`.

Hey, I think I found a small bug in the `_goodness_of_fit` function, when working with fixed unconstrained parameters. When you fix an unconstrained parameter in the fit using the `fix_pars`...