Package jline.api.snc
Class SncResult
java.lang.Object
jline.api.snc.SncResult
The value of a Chernoff bound together with the theta that attains it.
The minimizing theta is reported rather than hidden because it is
diagnostic: on an M/M/1 read in job units it tends to log(mu/lambda),
which is exactly what makes the backlog decay rate exact, and a theta pinned
at the edge of the search range says the range was too narrow.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public final double valueThe bound: a violation probability, a quantile or a mean bound. -
theta
public final double thetaThe minimizing theta, NaN when no feasible theta exists.
-
-
Constructor Details
-
SncResult
public SncResult(double value, double theta)
-