Package jline.api.mam

Class Mmap_backward_moment

java.lang.Object
jline.api.mam.Mmap_backward_moment

public final class Mmap_backward_moment extends Object
  • Method Details

    • mmap_backward_moment

      public static Matrix mmap_backward_moment(MatrixCell MMAP, Matrix ORDERS, int NORM)
      Computes the backward moments of an MMAP for specified orders with normalization.
      Parameters:
      MMAP - the MMAP from which to compute the backward moments
      ORDERS - a matrix specifying the orders of the moments to be computed
      NORM - normalization flag (default 1)
      Returns:
      a matrix where each row corresponds to a type and each column corresponds to a moment order
    • mmap_backward_moment

      public static Matrix mmap_backward_moment(MatrixCell MMAP, Matrix ORDERS)