The Measurement struct represents the mean of a quantity and its standard deviation.
More...
#include <Dynamics.hpp>
|
|
| Measurement (T mean, T std) |
| |
|
| Measurement (std::span< T > data) |
| |
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 |
The documentation for this struct was generated from the following file:
- src/dsf/base/Dynamics.hpp