PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pesieve::stats::StdDeviationCalc Class Reference

#include <std_dev_calc.h>

Public Member Functions

 StdDeviationCalc (const std::map< BYTE, size_t > &_population, size_t _max)
 
double getSum ()
 
double getMean ()
 
double calcSampleVariance ()
 
double calcPopulationVariance ()
 
double calcSampleStandardDeviation ()
 
double calcPopulationStandardDeviation ()
 
void printAll ()
 

Detailed Description

Definition at line 10 of file std_dev_calc.h.

Constructor & Destructor Documentation

◆ StdDeviationCalc()

pesieve::stats::StdDeviationCalc::StdDeviationCalc ( const std::map< BYTE, size_t > & _population,
size_t _max )
inline

Definition at line 13 of file std_dev_calc.h.

Here is the call graph for this function:

Member Function Documentation

◆ calcPopulationStandardDeviation()

double pesieve::stats::StdDeviationCalc::calcPopulationStandardDeviation ( )
inline

Definition at line 40 of file std_dev_calc.h.

Here is the call graph for this function:

◆ calcPopulationVariance()

double pesieve::stats::StdDeviationCalc::calcPopulationVariance ( )
inline

Definition at line 30 of file std_dev_calc.h.

◆ calcSampleStandardDeviation()

double pesieve::stats::StdDeviationCalc::calcSampleStandardDeviation ( )
inline

Definition at line 35 of file std_dev_calc.h.

Here is the call graph for this function:

◆ calcSampleVariance()

double pesieve::stats::StdDeviationCalc::calcSampleVariance ( )
inline

Definition at line 24 of file std_dev_calc.h.

◆ getMean()

double pesieve::stats::StdDeviationCalc::getMean ( )
inline

Definition at line 22 of file std_dev_calc.h.

◆ getSum()

double pesieve::stats::StdDeviationCalc::getSum ( )
inline

Definition at line 20 of file std_dev_calc.h.

◆ printAll()

void pesieve::stats::StdDeviationCalc::printAll ( )
inline

Definition at line 45 of file std_dev_calc.h.

Here is the call graph for this function:

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