Package jline.lib.smc

Class ETAQAResult

  • All Implemented Interfaces:

    
    public final class ETAQAResult
    
                        

    Result of ETAQA computation containing aggregated probabilities.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Matrix pi
      private final Matrix G
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Matrix getPi() Aggregated probability: pi0, pi1, piStar where piStar = sum(pi2, pi3, ...
      final Matrix getG() G matrix (minimal nonnegative solution)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getPi

         final Matrix getPi()

        Aggregated probability: pi0, pi1, piStar where piStar = sum(pi2, pi3, ...)

      • getG

         final Matrix getG()

        G matrix (minimal nonnegative solution)