Package jline.api.mam.m3pp
Class M3pp_superpos_fitcKt
-
- All Implemented Interfaces:
public final class M3pp_superpos_fitcKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>m3pp_superpos_fitc(DoubleArray av, DoubleArray btv, DoubleArray binfv, Double m3tv, Double t, Double tinf)Fits k second-order M3PPm_j and superposes them into a M3PPm of order k+1, with m = sum_j=1^k m_j. -
-
Method Detail
-
m3pp_superpos_fitc
final static Pair<MatrixCell, List<MatrixCell>> m3pp_superpos_fitc(DoubleArray av, DoubleArray btv, DoubleArray binfv, Double m3tv, Double t, Double tinf)
Fits k second-order M3PPm_j and superposes them into a M3PPm of order k+1, with m = sum_j=1^k m_j.
- Parameters:
av- Vector of length m with the per-process ratesbtv- Vector of length k with the per-process IDC(t)binfv- Vector of length k with the per-process IDC(inf)m3tv- Third moment of countst- Finite time scaletinf- Near-infinite time scale- Returns:
Pair of (superposed M3PPm, list of component M3PPs)
-
-
-
-