Package jline.api.retrieval
Class Retrieval_rayint.Result
java.lang.Object
jline.api.retrieval.Retrieval_rayint.Result
- Enclosing class:
- Retrieval_rayint
Expansion result.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleNormalizing constant, same normalization as Cache_erec (may overflow; use logE).intNewton iterations used.doublelog det of the Hessian in log xi.doubleNatural logarithm of E, safe for large n."saddle", "rayint" or "boundary".doubleEstimated relative error, 0.14*(1/min_j m_j + 1/(n - sum_j m_j)).double[]Saddle point xi_j, one entry per list (0 for a list of zero capacity). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
E
public double ENormalizing constant, same normalization as Cache_erec (may overflow; use logE). -
logE
public double logENatural logarithm of E, safe for large n. -
xi
public double[] xiSaddle point xi_j, one entry per list (0 for a list of zero capacity). -
logdetSigma
public double logdetSigmalog det of the Hessian in log xi. -
relerrEst
public double relerrEstEstimated relative error, 0.14*(1/min_j m_j + 1/(n - sum_j m_j)). -
method
"saddle", "rayint" or "boundary". -
iter
public int iterNewton iterations used.
-
-
Constructor Details
-
Result
public Result()
-