Package jline.api.trace
Class Trace_mean
java.lang.Object
jline.api.trace.Trace_mean
Single trace mean computation.
Computes the arithmetic mean of empirical trace data. Fundamental statistical measure used in trace analysis for characterizing central tendency and parameterizing queueing models from measurement data.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic doubletrace_mean(double[] trace) Computes the overall mean of the trace data.
-
Method Details
-
trace_mean
public static double trace_mean(double[] 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
-