Dynamical system model
|
The Measurement struct represents the mean of a quantity and its standard deviation. More...
#include <Dynamics.hpp>
Public Member Functions | |
Measurement (T mean, T std) | |
Measurement (std::span< T > data) | |
Public Attributes | |
T | mean |
T | std |
The Measurement struct represents the mean of a quantity and its standard deviation.
T | The type of the quantity |
mean | The mean |
std | The standard deviation of the sample |