Package jline.api.mam

Class Mmap_count_varKt

    • 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
    • Method Summary

      Modifier and Type Method Description
      final static Matrix mmap_count_var(MatrixCell MMAP, Double t) Computes the variance of the count vector of events of different types in a Markovian Arrival Process with marked arrivals (MMAP) over a time period.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • mmap_count_var

         final static Matrix mmap_count_var(MatrixCell MMAP, Double t)

        Computes the variance of the count vector of events of different types in a Markovian Arrival Process with marked arrivals (MMAP) over a time period.

        This method calculates the variance of the number of events of each type over a given time period t for a MMAP, represented by a set of matrices. The MMAP contains multiple types of arrivals, each represented by a separate matrix in the MMAP MatrixCell. The variance for each type of event is computed using the stationary distribution of the underlying Markov chain (theta), the infinitesimal generator matrix (Q), and the event matrices.

        Parameters:
        MMAP - the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ...
        t - the time period over which to compute the variances of counts
        Returns:

        a Matrix containing the variance vector of counts over time t