Class Mtrace_covKt

  • All Implemented Interfaces:

    
    public final class Mtrace_covKt
    
                        
    • 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 Array<Array<Matrix>> mtrace_cov(DoubleArray T, IntArray A) Computes the covariance matrix for multi-type traces.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_cov

         final static Array<Array<Matrix>> mtrace_cov(DoubleArray T, IntArray A)

        Computes the covariance matrix for multi-type traces.

        Parameters:
        T - the trace data (inter-arrival times or values)
        A - the type labels for each element in T (1-indexed)
        Returns:

        a matrix containing covariance values between different types