Package jline.api.mam

Class Map_acfc

java.lang.Object
jline.api.mam.Map_acfc

public final class Map_acfc extends Object
  • Method Details

    • map_acfc

      public static double[] map_acfc(Matrix D0, Matrix D1, int[] lags, double u)
      Computes the autocorrelation function coefficients (ACFC) for a MAP counting process.
      Parameters:
      D0 - the hidden transition matrix of the MAP
      D1 - the visible transition matrix of the MAP
      lags - an array of integers representing the lags at which to compute the ACFC
      u - the length of the timeslot (timescale)
      Returns:
      an array of doubles containing the ACFC values for the specified lags
    • map_acfc

      public static double[] map_acfc(MatrixCell MAP, int[] lags, double u)
      Computes the autocorrelation function coefficients (ACFC) for a MAP counting process using a MatrixCell.