Class Retrieval_rayint.Result

java.lang.Object
jline.api.retrieval.Retrieval_rayint.Result
Enclosing class:
Retrieval_rayint

public static final class Retrieval_rayint.Result extends Object
Expansion result.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    Normalizing constant, same normalization as Cache_erec (may overflow; use logE).
    int
    Newton iterations used.
    double
    log det of the Hessian in log xi.
    double
    Natural logarithm of E, safe for large n.
    "saddle", "rayint" or "boundary".
    double
    Estimated 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • E

      public double E
      Normalizing constant, same normalization as Cache_erec (may overflow; use logE).
    • logE

      public double logE
      Natural logarithm of E, safe for large n.
    • xi

      public double[] xi
      Saddle point xi_j, one entry per list (0 for a list of zero capacity).
    • logdetSigma

      public double logdetSigma
      log det of the Hessian in log xi.
    • relerrEst

      public double relerrEst
      Estimated relative error, 0.14*(1/min_j m_j + 1/(n - sum_j m_j)).
    • method

      public String method
      "saddle", "rayint" or "boundary".
    • iter

      public int iter
      Newton iterations used.
  • Constructor Details

    • Result

      public Result()