Package jline.api.mam

Class Map_blockKt

  • All Implemented Interfaces:

    
    public final class Map_blockKt
    
                        
    • 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 Array<Matrix> map_block(Double E1, Double E2, Double E3, Double G2, String OPT) Constructs a MAP(2) or MAP(1) according to given moments and autocorrelation parameters.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_block

         final static Array<Matrix> map_block(Double E1, Double E2, Double E3, Double G2, String OPT)

        Constructs a MAP(2) or MAP(1) according to given moments and autocorrelation parameters. This is a simplified implementation of the complex MATLAB version. Falls back if no MMPP(2) can be constructed.

        Parameters:
        E1 - First moment (mean)
        E2 - Second moment
        E3 - Third moment
        G2 - Autocorrelation decay ratio ρ(i)/ρ(i-1)
        OPT - Optional parameter ('scv' means E2 is squared coefficient of variation)
        Returns:

        MAP as Array<Matrix> where result0 = D0 and result1 = D1