Resolve "FAR and FRR thresholds are computed even when there is no data support"
Merged
requested to merge 27-far-and-frr-thresholds-are-computed-even-when-there-is-no-data-support into master
Closes #27 (closed)
Merge request reports
Activity
I have updated and corrected the threshold computation for FAR and FRR thresholds. Now, when there is no possible way to reliably compute a threshold for desired
far
orfrr
values, thefar_threshold
andfrr_threshold
functions returnNaN
.The threshold computation has changed a little, but all related tests still pass. I have added new tests that test the
NaN
return values for reasonable test cases.mentioned in commit 5ace8e26
@bob: I'll merge this as it looks OK-ish. Extensive testing with the next release will tell us better.
mentioned in issue #27 (closed)
Please register or sign in to reply