Public Member Functions

ns3::StatisticalSummary Class Reference

Inheritance diagram for ns3::StatisticalSummary:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~StatisticalSummary ()
virtual long getCount () const =0
virtual double getSum () const =0
virtual double getSqrSum () const =0
virtual double getMin () const =0
virtual double getMax () const =0
virtual double getMean () const =0
virtual double getStddev () const =0
virtual double getVariance () const =0

Constructor & Destructor Documentation

virtual ns3::StatisticalSummary::~StatisticalSummary (  )  [inline, virtual]

Destructor


Member Function Documentation

virtual long ns3::StatisticalSummary::getCount (  )  const [pure virtual]

Returns the number of the observations.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getMax (  )  const [pure virtual]

Returns the maximum of the values.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getMean (  )  const [pure virtual]

Returns the mean of the (weighted) observations.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getMin (  )  const [pure virtual]

Returns the minimum of the values.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getSqrSum (  )  const [pure virtual]

Returns the sum of the squared values.

See also:
getWeightedSqrSum()

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getStddev (  )  const [pure virtual]

Returns the standard deviation of the (weighted) observations.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getSum (  )  const [pure virtual]

Returns the sum of the values.

See also:
getWeightedSum()

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.

virtual double ns3::StatisticalSummary::getVariance (  )  const [pure virtual]

Returns the variance of the (weighted) observations.

Implemented in ns3::MinMaxAvgTotalCalculator< T >, and ns3::MinMaxAvgTotalCalculator< uint32_t >.


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