Package jline.api.snc

Class SncResult

java.lang.Object
jline.api.snc.SncResult

public final class SncResult extends Object
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 Details

    • value

      public final double value
      The bound: a violation probability, a quantile or a mean bound.
    • theta

      public final double theta
      The minimizing theta, NaN when no feasible theta exists.
  • Constructor Details

    • SncResult

      public SncResult(double value, double theta)