GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Bootstrapping on single_fit() instead of fit() #108

Closed GWeindel closed 1 year ago

GWeindel commented 1 year ago

the bootstrapping is now performed on the fit object provided when the function is called. The fit on boostrapped data takes the same number of events as the fit object provided and uses the provided fits estimation of parameters and magnitudes as starting point

Also minor fixed on models.py