Dynamical system model
Loading...
Searching...
No Matches
dsm::Measurement< T > Struct Template Reference

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 (const std::vector< T > &data)
 

Public Attributes

mean
 
std
 

Detailed Description

template<typename T>
struct dsm::Measurement< T >

The Measurement struct represents the mean of a quantity and its standard deviation.

Template Parameters
TThe type of the mean and the standard deviation
Parameters
meanThe mean
stdThe standard deviation of the sample

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