Class Mtrace_sigmaKt

    • 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 mtrace_sigma(DoubleArray T, IntArray L) Computes the empirical probability of observing a specific 2-element sequence of events, i.e.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_sigma

         final static Matrix mtrace_sigma(DoubleArray T, IntArray L)

        Computes the empirical probability of observing a specific 2-element sequence of events, i.e. the one-step class transition probabilities.

        Parameters:
        T - the inter-arrival times
        L - the event labels
        Returns:

        matrix where (i,j) element is the probability of observing an event of class i followed by an event of class j