WSF
wsf::coverage::MeasureGridStats Class Reference

A class to compute summary statistics over all the points in a grid. More...

#include <WsfCoverageMeasureGridStats.hpp>

Public Member Functions

 MeasureGridStats (const Coverage &aCoverage, const Measure &aMeasure)
double GetMinValue () const
 Return the minimum value over the grid.
double GetMaxValue () const
 Return the maximum value over the grid.
double GetMeanValue () const
 Return the mean value over the grid.
int GetCount () const
 Return the number of values from which the statistics were computed.

Detailed Description

A class to compute summary statistics over all the points in a grid.

Constructor & Destructor Documentation

◆ MeasureGridStats()

Member Function Documentation

◆ GetCount()

int wsf::coverage::MeasureGridStats::GetCount ( ) const
inline

Return the number of values from which the statistics were computed.

◆ GetMaxValue()

double wsf::coverage::MeasureGridStats::GetMaxValue ( ) const
inline

Return the maximum value over the grid.

◆ GetMeanValue()

double wsf::coverage::MeasureGridStats::GetMeanValue ( ) const
inline

Return the mean value over the grid.

◆ GetMinValue()

double wsf::coverage::MeasureGridStats::GetMinValue ( ) const
inline

Return the minimum value over the grid.


The documentation for this class was generated from the following files:
Copyrights Multiple, All Rights Reserved