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
In many cases, the reference probability is not provided with full accuracy.
There are two solutions for this problem.
The simplest way is to clarify the documentation of each problem. The doc may clarify how the reference probability was computed (i.e. the method) and the accuracy that is expected from this method.
The other way is to add the number of digits associated to each problem, within the API.
The second way leads to an improvement of the ReliabilityBenchmarkProblem class, perhaps adding the number of digits as an optional argument.
The text was updated successfully, but these errors were encountered:
In many cases, the reference probability is not provided with full accuracy.
There are two solutions for this problem.
The second way leads to an improvement of the
ReliabilityBenchmarkProblem
class, perhaps adding the number of digits as an optional argument.The text was updated successfully, but these errors were encountered: