-
-
### Summary
In the context of #760 I was wondering what would happen in a setup that exploits the fact that `pyhf` allows customizing parameter names for `staterror` modifiers to assign multiple such…
-
# Description
`pyhf.simplemodels.hepdata_like` is used by a lot of people but for very simple models like this we have quite a bit of overhead over a manual calculation
This is alsoo important f…
-
While making these examples using generated random data so I could make these examples public I learned that
```python
from numpy import random
random.seed(0)
```
[is considered bad](https://…
-
# Description
it seems like pyhf.infer API has significant overhead over pure scipy.optimize. Also methods other than SLSQP seem faster
![image](https://user-images.githubusercontent.com/231808…
-
# Description
xml2json isn't working. With a single channel file, an empty skeleton is returned:
```
╭─ beojan ~/DPhil/hh4b/Resolved/Limits …
-
It would be useful to provide a way to prune modifiers with negligible effect. This could be done by studying the effect of each modifier on the model prediction, and removing effects where change in …
-
# Question
What is the difference between
```
pyhf.Workspace(...).model().config.par_order
```
and
```
pyhf.Workspace(...).model().config.parameters
```
?
It seems `par_order` is the or…
-
### Summary
I frequently am dealing with RooFit workspaces stored in .root format[^1], which still contain the HistFactory measurement object. That object can be used to `->PrintXML()` to then arrive…
-
# Description
At SciPy 2020 it was mentioned in the Maintainers Track session chat that the [`pytest-picked`](https://github.com/anapaulagomes/pytest-picked) `pytest` plugin can run the tests on th…