Package jline.api.mam

Class Map_var

java.lang.Object
jline.api.mam.Map_var

public final class Map_var extends Object
MAP variance computation algorithms.
  • Method Details

    • map_var

      public static double map_var(Matrix D0, Matrix D1)
      Computes the variance of the inter-arrival times for a MAP.
      Parameters:
      D0 - the hidden transition matrix of the MAP
      D1 - the visible transition matrix of the MAP
      Returns:
      the variance of the inter-arrival times
    • map_var

      public static double map_var(MatrixCell MAP)
      Computes the variance of the inter-arrival times for a MAP using a MatrixCell.
      Parameters:
      MAP - the MatrixCell representing the MAP
      Returns:
      the variance of the inter-arrival times