Package jline.lib.m3a

Class M3A

  • All Implemented Interfaces:

    
    public final class M3A
    
                        

    M3A (Markovian Arrival Process with 3-moment Approximation) tool for MMAP compression.

    This class implements various compression methods based on the M3A methodology, which focuses on preserving the first three moments and correlation structure of the original MMAP while reducing its complexity.

    • Constructor Summary

      Constructors 
      Constructor Description
      M3A()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • M3A

        M3A()
    • Method Detail