Class PmfFromMGKt

  • All Implemented Interfaces:

    
    public final class PmfFromMGKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • pmfFromMG

         final static DoubleArray pmfFromMG(Matrix alpha, Matrix A, IntArray x)

        Returns the probability mass function of a matrix-geometric distribution.

        Parameters:
        alpha - The initial vector of the matrix-geometric distribution.
        A - The matrix parameter of the matrix-geometric distribution.
        x - Vector of non-negative integers at which to compute the PMF.
        Returns:

        The probabilities that the matrix-geometrically distributed random variable takes the corresponding "x" values.