Class Mtrace_meanKt

    • 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_mean(DoubleArray trace, Integer ntypes, IntArray type) Computes the mean of a trace, divided by types.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_mean

         final static Matrix mtrace_mean(DoubleArray trace, Integer ntypes, IntArray type)

        Computes the mean of a trace, divided by types.

        Parameters:
        trace - the array containing the trace data
        ntypes - the number of different types
        type - an array indicating the type of each element in the trace
        Returns:

        a matrix containing the mean values for each type