Package jline.io

Class Ret.pfqnComomrmMs

java.lang.Object
jline.io.Ret.pfqnComomrmMs
Enclosing class:
Ret

public static class Ret.pfqnComomrmMs extends Object
Data structure for storing results from the CoMoM multiserver method. Contains normalizing constant (G), logarithm of normalizing constant (lG), and state probability distribution (prob).
  • Field Details

    • G

      public double G
    • lG

      public double lG
    • prob

      public Matrix prob
  • Constructor Details

    • pfqnComomrmMs

      public pfqnComomrmMs(double G, double lG, Matrix prob)