Package jline.api.mam.m3pp
Class M3pp_superpos_fitc_trace
java.lang.Object
jline.api.mam.m3pp.M3pp_superpos_fitc_trace
-
Method Summary
Modifier and TypeMethodDescriptionm3pp_superpos_fitc_trace(double[] T, int[] A) m3pp_superpos_fitc_trace(double[] T, int[] A, Double t, Double tinf) Superposes k MMPP[2] processes to fit a multi-class trace with m classes.m3pp_superpos_fitc_trace(Matrix T, Matrix A, Double t, Double tinf) Matrix-argument overload (T and A as column matrices).
-
Method Details
-
m3pp_superpos_fitc_trace
public static Pair<Matrix[],List<Matrix[]>> m3pp_superpos_fitc_trace(double[] T, int[] A, Double t, Double tinf) Superposes k MMPP[2] processes to fit a multi-class trace with m classes.Port of MATLAB
m3pp_superpos_fitc_trace.m: per-class rates, IDC(t)/IDC(inf) and third central moment of counts are estimated from the per-class counting processes of the trace (viaMtrace_iat2counts.mtrace_iat2counts(double[], int[], double)) and fed toM3pp_superpos_fitc.m3pp_superpos_fitc(double[], double[], double[], double[], double, double).- Parameters:
T- inter-arrival timesA- per-event class labelst- finite time scale (null -> 10*mean(T))tinf- near-infinite time scale (null -> max(10*t,(sum(T)-T(0))/100))- Returns:
- pair of the fitted marked MMAP (flat block array) and the per-class components
-
m3pp_superpos_fitc_trace
-
m3pp_superpos_fitc_trace
public static Pair<Matrix[],List<Matrix[]>> m3pp_superpos_fitc_trace(Matrix T, Matrix A, Double t, Double tinf) Matrix-argument overload (T and A as column matrices). -
m3pp_superpos_fitc_trace
-