GWeindel / hmp

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

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

Closed GWeindel closed 11 months ago

GWeindel commented 11 months 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