You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, the data is automatically chopped. However in UnbinnedLogLikelihood there is no such an operation. As the pdfs are interpolated & extrapolated, the program doesn't know which data points are out of bound, and therefore perform a lot of redundant calculations for the cost function which slow down the call a lot.
The text was updated successfully, but these errors were encountered:
In
BinnedLogLikelihood
we set the data with the bins defined by analysis space:blueice/blueice/likelihood.py
Lines 488 to 490 in f12c2ad
Therefore, the data is automatically chopped. However in
UnbinnedLogLikelihood
there is no such an operation. As the pdfs are interpolated & extrapolated, the program doesn't know which data points are out of bound, and therefore perform a lot of redundant calculations for the cost function which slow down the call a lot.The text was updated successfully, but these errors were encountered: