Package jline.lib.lti

Class iltcme.CmeEntry

java.lang.Object
jline.lib.lti.iltcme.CmeEntry
Enclosing class:
iltcme

public static final class iltcme.CmeEntry extends Object
One row of the pre-computed CME parameter table. Public because the same rows define the CME distribution (see jline.lang.processes.CME), which reads them as a matrix-exponential representation of order 2*n+1.
  • Field Details

    • n

      public int n
    • optim

      public String optim
    • a

      public List<Double> a
    • b

      public List<Double> b
    • c

      public double c
    • omega

      public double omega
    • phi

      public Object phi
    • lognorm

      public double lognorm
    • mu1

      public double mu1
    • mu2

      public double mu2
    • cv2

      public double cv2
  • Constructor Details

    • CmeEntry

      public CmeEntry()