Autopsy
4.7.0
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-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.