Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Class to generate a linear trend line from timing metric data.
Formula for the linear trend line: (x,y) = (timestamp, metric time) n = total number of metrics
slope = ( n * Σ(xy) - Σx * Σy ) / ( n * Σ(x^2) - (Σx)^2 )
y intercept = ( Σy - (slope) * Σx ) / n
Definition at line 445 of file TimingMetricGraphPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.