Package jline.api.mam

Class Map_randnKt

  • All Implemented Interfaces:

    
    public final class Map_randnKt
    
                        
    • 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 map_randn() Generates a random Markovian Arrival Process (MAP) with 2 states using normal distribution with mean 1 and standard deviation 2.
      final static MatrixCell map_randn(Integer K, Double mu, Double sigma) Generates a random Markovian Arrival Process (MAP) with K states using normal distribution.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_randn

         final static MatrixCell map_randn()

        Generates a random Markovian Arrival Process (MAP) with 2 states using normal distribution with mean 1 and standard deviation 2.

        Returns:

        a MatrixCell representing the random MAP transition matrices

      • map_randn

         final static MatrixCell map_randn(Integer K, Double mu, Double sigma)

        Generates a random Markovian Arrival Process (MAP) with K states using normal distribution.

        Parameters:
        K - the number of states
        mu - the mean of the normal distribution
        sigma - the standard deviation of the normal distribution
        Returns:

        a MatrixCell representing the random MAP transition matrices