Class Mapqn_bnd_lr_pf.PFParameters

java.lang.Object
jline.api.mapqn.Mapqn_bnd_lr_pf.PFParameters
Enclosing class:
Mapqn_bnd_lr_pf

public static class Mapqn_bnd_lr_pf.PFParameters extends Object
Parameters for the Product Form linear reduction model
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final double[]
     
    final int
     
    final double[][]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PFParameters(int M, int N, double[] mu, double[][] r)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    q(int i, int j)
     
    void
     

    Methods inherited from class java.lang.Object

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

    • M

      public final int M
    • N

      public final int N
    • mu

      public final double[] mu
    • r

      public final double[][] r
  • Constructor Details

    • PFParameters

      public PFParameters(int M, int N, double[] mu, double[][] r)
  • Method Details

    • validate

      public void validate()
    • q

      public double q(int i, int j)