Package jline.lib.lti
Class iltcme.CmeEntry
java.lang.Object
jline.lib.lti.iltcme.CmeEntry
- Enclosing class:
iltcme
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
n
public int n -
optim
-
a
-
b
-
c
public double c -
omega
public double omega -
phi
-
lognorm
public double lognorm -
mu1
public double mu1 -
mu2
public double mu2 -
cv2
public double cv2
-
-
Constructor Details
-
CmeEntry
public CmeEntry()
-