Package jline.api.mam

Class Me_mean

java.lang.Object
jline.api.mam.Me_mean

public final class Me_mean extends Object
ME mean computation algorithms.
Since:
LINE 3.0
  • Method Details

    • me_mean

      public static double me_mean(Matrix alpha, Matrix A)
      Computes the mean of a Matrix Exponential (ME) distribution.
      Parameters:
      alpha - The initial vector of the ME distribution
      A - The matrix parameter of the ME distribution
      Returns:
      The mean of the ME distribution
    • me_mean

      public static double me_mean(MatrixCell ME)
      Computes the mean of a Matrix Exponential (ME) distribution using matrices stored in a MatrixCell.
      Parameters:
      ME - The Matrix Exponential distribution stored in a MatrixCell
      Returns:
      The mean of the ME distribution