Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
List of all members
org.sleuthkit.autopsy.healthmonitor.TimingMetricGraphPanel.TrendLine Class Reference

Detailed Description

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.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.