Class Trace_mean

java.lang.Object
jline.api.trace.Trace_mean

public final class Trace_mean extends Object
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 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