Package jline.api.mam.m3pp
Class M3pp_superpos_fitc_theoreticalKt
-
- All Implemented Interfaces:
public final class M3pp_superpos_fitc_theoreticalKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>m3pp_superpos_fitc_theoretical(MatrixCell targetMmap, Integer numComponents, Double t, Double tinf)Fits k second-order M3PPm_j and superposes them into a M3PPm using theoretical count characteristics of the target process. final static Pair<MatrixCell, List<MatrixCell>>m3pp_superpos_fitc_trace(DoubleArray traceData, IntArray classLabels, Integer numComponents, Double t, Double tinf)Fits k second-order M3PPm_j and superposes them using trace data to determine theoretical characteristics. -
-
Method Detail
-
m3pp_superpos_fitc_theoretical
final static Pair<MatrixCell, List<MatrixCell>> m3pp_superpos_fitc_theoretical(MatrixCell targetMmap, Integer numComponents, Double t, Double tinf)
Fits k second-order M3PPm_j and superposes them into a M3PPm using theoretical count characteristics of the target process.
- Parameters:
targetMmap- The target MMAP to match with superpositionnumComponents- Number of M3PP components to use (k)t- Finite time scale for IDC computationtinf- Near-infinite time scale for IDC computation- Returns:
Pair of (superposed M3PP, list of component M3PPs)
-
m3pp_superpos_fitc_trace
final static Pair<MatrixCell, List<MatrixCell>> m3pp_superpos_fitc_trace(DoubleArray traceData, IntArray classLabels, Integer numComponents, Double t, Double tinf)
Fits k second-order M3PPm_j and superposes them using trace data to determine theoretical characteristics.
- Parameters:
traceData- Inter-arrival times traceclassLabels- Class labels for each arrivalnumComponents- Number of M3PP components to uset- Finite time scaletinf- Near-infinite time scale- Returns:
Pair of (superposed M3PP, list of component M3PPs)
-
-
-
-