Package jline.api.trace
Class Trace_meanKt
-
- All Implemented Interfaces:
public final class Trace_meanKt
-
-
Method Summary
Modifier and Type Method Description final static Doubletrace_mean(DoubleArray trace)Computes the overall mean of the trace data. -
-
Method Detail
-
trace_mean
final static Double trace_mean(DoubleArray trace)
Computes the overall mean of the trace data.
- Parameters:
trace- the array containing the trace data- Returns:
the mean value of the trace data
-
-
-
-