Package jline.api.mam

Class Me_var

java.lang.Object
jline.api.mam.Me_var

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

    • me_var

      public static double me_var(Matrix alpha, Matrix A)
      Computes the variance 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 variance of the ME distribution
    • me_var

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