Package jline.api.mam

Class Mmap_forward_moment

java.lang.Object
jline.api.mam.Mmap_forward_moment

public final class Mmap_forward_moment extends Object
  • Method Details

    • mmap_forward_moment

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

      public static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS)