Package jline.lib.butools.ph
Class MEOrderKt
-
- All Implemented Interfaces:
public final class MEOrderKt
-
-
Method Summary
-
-
Method Detail
-
meOrder
final static Integer meOrder(Matrix alpha, Matrix A, String kind, Double prec)
Returns the order of the ME distribution (which is not necessarily equal to the size of the representation).
- Parameters:
alpha- The initial vector of the matrix-exponential distribution.A- The matrix parameter of the matrix-exponential distribution.kind- Determines which order is computed.prec- Precision used to detect if the determinant of the Hankel matrix is zero (in case of kind="moment" only), or the tolerance for the rank calculation.- Returns:
The order of the ME distribution
References: P. Buchholz, M. Telek, "On minimal representation of rational arrival processes." Madrid Conference on Queueing theory (MCQT), June 2010.
-
-
-
-