Package jline.api.mam
Class Mamap2m_fit_gamma_fb_trace
java.lang.Object
jline.api.mam.Mamap2m_fit_gamma_fb_trace
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmamap2m_fit_gamma_fb_trace(double[] T, int[] A) Performs approximate fitting of a marked trace, yielding a second-order acyclic MMAP that matches the class probabilities, the forward and backward moments.static MatrixCellPerforms approximate fitting of a marked trace from Matrix inputs.static doubletrace_gamma(double[] T) Computes autocorrelation decay rate (gamma) from trace.
-
Method Details
-
mamap2m_fit_gamma_fb_trace
Performs approximate fitting of a marked trace, yielding a second-order acyclic MMAP that matches the class probabilities, the forward and backward moments.- Parameters:
T- Inter-arrival times as arrayA- Class marks of each job as array- Returns:
- Fitted MAMAP[m]
-
mamap2m_fit_gamma_fb_trace
Performs approximate fitting of a marked trace from Matrix inputs. -
trace_gamma
public static double trace_gamma(double[] T) Computes autocorrelation decay rate (gamma) from trace.
-