Package kroqbd
Class Steadystate_errorKt
-
- All Implemented Interfaces:
public final class Steadystate_errorKt
-
-
Method Summary
Modifier and Type Method Description final static Doublesteadystate_error(MatrixCell ARV, List<MatrixCell> phList, DoubleArray simprobs)Calculate steady-state error between KPC-QBD model and simulation probabilities final static Doublesteadystate_error_exact(MatrixCell ARV, Matrix D0, Matrix D1, DoubleArray simprobs)Calculate exact steady-state error for comparison -
-
Method Detail
-
steadystate_error
final static Double steadystate_error(MatrixCell ARV, List<MatrixCell> phList, DoubleArray simprobs)
Calculate steady-state error between KPC-QBD model and simulation probabilities
- Parameters:
ARV- Arrival process (MAP)phList- List of phase-type distributionssimprobs- Simulation probabilities- Returns:
Error value
-
steadystate_error_exact
final static Double steadystate_error_exact(MatrixCell ARV, Matrix D0, Matrix D1, DoubleArray simprobs)
Calculate exact steady-state error for comparison
-
-
-
-