Package jline.lib.m3a

Class M3aUtils

  • All Implemented Interfaces:

    
    public final class M3aUtils
    
                        

    Utility functions for M3A (Markovian Arrival Process with 3-moment Approximation) compression.

    This class provides supporting functions for moment computation, optimization, and quality assessment for MMAP compression algorithms.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class M3aUtils.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      M3aUtils()
    • 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

      • M3aUtils

        M3aUtils()
    • Method Detail