-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Looks like there are some issues with your compuation of RBO. For example:
a = [1, 2, 3]
b = [1]
p = 0.4
print(rbo(a, b, p))returns
RBO(min=0.766238435648986, res=0.24568078217550698, ext=1.0453333333333334)Here, RBOext is > 1 which is not correct.
Also, RBOmin crashes when p=1.0 because of math.log(1 - p)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels