Statistical properties of a discrete time scalar signal.
More...
#include <math/gzmath.hh>
Inherited by SignalMaxAbsoluteValue, SignalMean, and SignalRootMeanSquare.
|
std::unique_ptr< SignalStatisticPrivate > | dataPtr |
| Pointer to private data. More...
|
|
Statistical properties of a discrete time scalar signal.
◆ SignalStatistic() [1/2]
Constructor.
- Deprecated:
- See ignition::math::SignalStatistic
◆ ~SignalStatistic()
◆ SignalStatistic() [2/2]
Copy constructor.
- Parameters
-
- Deprecated:
- See ignition::math::SignalStatistic
◆ Count()
virtual size_t Count |
( |
| ) |
const |
|
virtual |
Get number of data points in measurement.
- Returns
- Number of data points in measurement.
◆ InsertData()
virtual void InsertData |
( |
const double |
_data | ) |
|
|
pure virtual |
◆ Reset()
Forget all previous data.
◆ ShortName()
virtual std::string ShortName |
( |
| ) |
const |
|
pure virtual |
◆ Value()
virtual double Value |
( |
| ) |
const |
|
pure virtual |
◆ dataPtr
std::unique_ptr<SignalStatisticPrivate> dataPtr |
|
protected |
The documentation for this class was generated from the following file: