Package jline.inference.lang
Class EstimatorOptions
java.lang.Object
jline.inference.lang.EstimatorOptions
Options for ParamEstimator.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]Evidence lower bound per iteration, left behind by the variational estimator.doubleProbability that a queue-length reading is faulty ("vi").intintdouble[]Posterior Gamma shapes left behind by the variational estimator.double[]Posterior Gamma rates left behind by the variational estimator.doubleShape of the Gamma prior placed on each estimated rate ("vi").doubleOptions of the variational estimator ("vi").intdouble[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
verbose
public int verbose -
method
-
variant
-
iterMax
public int iterMax -
tol
public double tol -
solverFactory
-
openPopulation
public int openPopulation -
x0
public double[] x0 -
variational
Options of the variational estimator ("vi"). -
epsilon
public double epsilonProbability that a queue-length reading is faulty ("vi"). -
priorShape
public double priorShapeShape of the Gamma prior placed on each estimated rate ("vi"). -
posteriorAlpha
public double[] posteriorAlphaPosterior Gamma shapes left behind by the variational estimator. -
posteriorBeta
public double[] posteriorBetaPosterior Gamma rates left behind by the variational estimator. -
bound
public double[] boundEvidence lower bound per iteration, left behind by the variational estimator.
-
-
Constructor Details
-
EstimatorOptions
public EstimatorOptions()
-
-
Method Details
-
defaultOptions
-