Package kroqbd
Class Kpcqbd_solveKt
-
- All Implemented Interfaces:
public final class Kpcqbd_solveKt
-
-
Method Summary
Modifier and Type Method Description final static QbdSolutionkpcqbd_solve(MatrixCell ARV, MatrixCell H, Integer npa)Solve QBD using Woodbury identity for KPC service process final static QbdSolutionkpcqbd_solve_exact(MatrixCell ARV, MatrixCell serviceProcess, Integer npa)Solve QBD for exact (non-KPC) service process -
-
Method Detail
-
kpcqbd_solve
final static QbdSolution kpcqbd_solve(MatrixCell ARV, MatrixCell H, Integer npa)
Solve QBD using Woodbury identity for KPC service process
- Parameters:
ARV- Arrival process (MAP)H- Service process (KPC-PH)npa- Number of probability points to compute- Returns:
QBD solution with steady-state probabilities
-
kpcqbd_solve_exact
final static QbdSolution kpcqbd_solve_exact(MatrixCell ARV, MatrixCell serviceProcess, Integer npa)
Solve QBD for exact (non-KPC) service process
-
-
-
-