Class RandomDMMAPKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MatrixCell randomDMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec, Random random) Returns a random discrete marked Markovian arrival process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • randomDMMAP

         final static MatrixCell randomDMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec, Random random)

        Returns a random discrete marked Markovian arrival process.

        Parameters:
        order - The size of the DMMAP
        types - The number of different arrival types
        mean - The mean inter-arrival time of the DMMAP (default: 10.
        zeroEntries - The number of zero entries in the D matrices (default: 0)
        maxTrials - Maximum number of trials to find a proper DMMAP (default: 1000)
        prec - Numerical precision for checking irreducibility (default: 1e-7)
        random - Random number generator
        Returns:

        The D0...Dtypes matrices of the DMMAP