Package jline.io

Class Ret.pfqnComomrmMs

  • All Implemented Interfaces:

    
    public class Ret.pfqnComomrmMs
    
                        

    Data structure for storing results from the CoMoM multiserver method. Contains normalizing constant (G), logarithm of normalizing constant (lG), and state probability distribution (prob).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double G
      public double lG
      public Matrix prob
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • Ret.pfqnComomrmMs

        Ret.pfqnComomrmMs(double G, double lG, Matrix prob)
    • Method Detail