Package jline.api.mam.m3pp
Class M3pp22_interleave_fitcKt
-
- All Implemented Interfaces:
public final class M3pp22_interleave_fitcKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>m3pp22_interleave_fitc(Array<DoubleArray> av, DoubleArray btv, DoubleArray binfv, DoubleArray stv, Double t)Fits L pairs of classes into a single MMAP, obtained by lumped superposition of L different M3PP2 processes. -
-
Method Detail
-
m3pp22_interleave_fitc
final static Pair<MatrixCell, List<MatrixCell>> m3pp22_interleave_fitc(Array<DoubleArray> av, DoubleArray btv, DoubleArray binfv, DoubleArray stv, Double t)
Fits L pairs of classes into a single MMAP, obtained by lumped superposition of L different M3PP2 processes.
- Parameters:
av- Matrix of size L x 2 containing the per-class ratesbtv- Vector of length L containing the IDC at resolution t for each pair of classesbinfv- Vector of length L containing the asymptotic IDC for each pair of classesstv- Vector of length L containing the count covariance at resolution t between each pair of classest- Time resolution- Returns:
Pair of (lumped superposition MMAP, list of component M3PPs)
-
-
-
-