The Measurement struct represents the mean of a quantity and its standard deviation.
More...
#include <Measurement.hpp>
|
|
| Measurement (T mean, T std) |
| |
|
template<typename TContainer> |
| | Measurement (TContainer const &data) |
| |
|
|
T | mean = static_cast<T>(0) |
| |
|
T | std = static_cast<T>(0) |
| |
|
bool | is_valid = false |
| |
template<typename T>
struct dsf::Measurement< T >
The Measurement struct represents the mean of a quantity and its standard deviation.
- Template Parameters
-
| T | The type of the quantity |
- Parameters
-
| mean | The mean |
| std | The standard deviation of the sample |
| is_valid | True if the measurement is valid, false otherwise (i.e. checks if the sample is not empty) |
The documentation for this struct was generated from the following file:
- src/dsf/utility/Measurement.hpp