Package jline.api.trace
Class Mtrace_meanKt
-
- All Implemented Interfaces:
public final class Mtrace_meanKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmtrace_mean(DoubleArray trace, Integer ntypes, IntArray type)Computes the mean of a trace, divided by types. -
-
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 datantypes- the number of different typestype- an array indicating the type of each element in the trace- Returns:
a matrix containing the mean values for each type
-
-
-
-