All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ignition::math::SignalStatisticPrivate Class Reference

Private data class for the SignalStatistic class. More...

#include <SignalStatsPrivate.hh>

Public Attributes

unsigned int count
 Count of data values in mean. More...
 
double data
 Scalar representation of signal data. More...
 
double extraData
 Scalar representation of extra signal data. More...
 

Detailed Description

Private data class for the SignalStatistic class.

Member Data Documentation

unsigned int ignition::math::SignalStatisticPrivate::count

Count of data values in mean.

double ignition::math::SignalStatisticPrivate::data

Scalar representation of signal data.

double ignition::math::SignalStatisticPrivate::extraData

Scalar representation of extra signal data.

For example, the standard deviation statistic needs an extra variable.


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