Class M3pp_randKt

  • All Implemented Interfaces:

    
    public final class M3pp_randKt
    
                        
    • 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 m3pp_rand(Integer order, Integer classes, Long seed) Generates a random M3PP (Markovian Multi-class Point Process) with specified order and number of classes.
      final static MatrixCell m3pp_rand_targeted(Integer order, Integer classes, Double targetRate, Double targetSCV, Long seed) Generates a random M3PP with specific characteristics.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • m3pp_rand

         final static MatrixCell m3pp_rand(Integer order, Integer classes, Long seed)

        Generates a random M3PP (Markovian Multi-class Point Process) with specified order and number of classes.

        Parameters:
        order - Order of the underlying MMPP
        classes - Number of classes
        seed - Random seed for reproducibility (optional)
        Returns:

        Random M3PP as MatrixCell

      • m3pp_rand_targeted

         final static MatrixCell m3pp_rand_targeted(Integer order, Integer classes, Double targetRate, Double targetSCV, Long seed)

        Generates a random M3PP with specific characteristics.

        Parameters:
        order - Order of the underlying process
        classes - Number of classes
        targetRate - Target overall arrival rate
        targetSCV - Target squared coefficient of variation
        seed - Random seed
        Returns:

        Random M3PP with approximately target characteristics