Class EstimatorOptions

java.lang.Object
jline.inference.lang.EstimatorOptions

public class EstimatorOptions extends Object
Options for ParamEstimator.
  • Field Details

    • verbose

      public int verbose
    • method

      public String method
    • variant

      public String variant
    • iterMax

      public int iterMax
    • tol

      public double tol
    • solverFactory

      public Function<Network,NetworkSolver> solverFactory
    • openPopulation

      public int openPopulation
    • x0

      public double[] x0
    • variational

      public VariationalOptions variational
      Options of the variational estimator ("vi").
    • epsilon

      public double epsilon
      Probability that a queue-length reading is faulty ("vi").
    • priorShape

      public double priorShape
      Shape of the Gamma prior placed on each estimated rate ("vi").
    • posteriorAlpha

      public double[] posteriorAlpha
      Posterior Gamma shapes left behind by the variational estimator.
    • posteriorBeta

      public double[] posteriorBeta
      Posterior Gamma rates left behind by the variational estimator.
    • bound

      public double[] bound
      Evidence lower bound per iteration, left behind by the variational estimator.
  • Constructor Details

    • EstimatorOptions

      public EstimatorOptions()
  • Method Details