Package jline.lib.butools.ph
Class MinimalRepFromMEKt
-
- All Implemented Interfaces:
public final class MinimalRepFromMEKt
-
-
Method Summary
Modifier and Type Method Description final static MERepresentationminimalRepFromME(Matrix alpha, Matrix A, String how, Double prec)Returns the minimal representation of the given ME distribution. -
-
Method Detail
-
minimalRepFromME
final static MERepresentation minimalRepFromME(Matrix alpha, Matrix A, String how, Double prec)
Returns the minimal representation of the given ME distribution.
- Parameters:
alpha- Initial vector of the matrix-exponential distribution (shape 1 x M)A- Matrix parameter of the matrix-exponential distribution (shape M x M)how- Determines how the representation is minimized.prec- Precision used by the Staircase algorithm.- Returns:
MERepresentation containing the initial vector and matrix parameter of the minimal representation.
References: P. Buchholz, M. Telek, "On minimal representation of rational arrival processes." Madrid Conference on Queueing theory (MCQT), June 2010.
-
-
-
-