Package jline.lib.butools.mam
Class Multiregime
java.lang.Object
jline.lib.butools.mam.Multiregime
-
Method Summary
-
Method Details
-
multiregime
public static Matrix[] multiregime(List<Matrix> Q, List<double[]> R, List<Matrix> Qt, List<double[]> Rt, double[] T, double[] pdfpoints, double[] cdfpoints) Solves a multi-regime feedback Markovian fluid queue. Q, Qt are lists of generators (per regime k=1..K and per boundary k=0..K); R, Rt are lists of diagonal drift-rate VECTORS; T is the vector of regime thresholds.- Returns:
- {pdf, pdfd, cdf, cdfm}, each (points x N).
-