SLIP
1.4
|
This is a structure to store descriptive statistics. More...
#include <statistics.hpp>
Public Member Functions | |
T & | min () |
Returns the minimum value. More... | |
T & | first_quartile () |
Returns the first quartile value. More... | |
T & | median () |
Returns the median value. More... | |
T & | third_quartile () |
Returns the third quartile value. More... | |
T & | max () |
Returns the first maximal value. More... | |
T & | mean () |
Returns the mean value. More... | |
T & | std_dev () |
Returns the standard deviation. More... | |
T & | skewness () |
Returns the skewness. More... | |
T & | kurtosis () |
Returns the kurtosis. More... | |
T & | cardinal () |
Returns the cardinal. More... | |
slip::block< T, 10 > | all () |
Returns a slip::block<T,10> with all the statistics. More... | |
Public Attributes | |
slip::block< T, 10 > | stat_ |
This is a structure to store descriptive statistics.
T | Type of the elements in the Statistics |
Definition at line 107 of file statistics.hpp.
|
inline |
Returns a slip::block<T,10> with all the statistics.
Definition at line 204 of file statistics.hpp.
|
inline |
Returns the cardinal.
Definition at line 195 of file statistics.hpp.
|
inline |
Returns the first quartile value.
Definition at line 123 of file statistics.hpp.
|
inline |
Returns the kurtosis.
Definition at line 186 of file statistics.hpp.
|
inline |
Returns the first maximal value.
Definition at line 150 of file statistics.hpp.
|
inline |
Returns the mean value.
Definition at line 159 of file statistics.hpp.
|
inline |
Returns the median value.
Definition at line 132 of file statistics.hpp.
|
inline |
Returns the minimum value.
Definition at line 114 of file statistics.hpp.
|
inline |
Returns the skewness.
Definition at line 177 of file statistics.hpp.
|
inline |
Returns the standard deviation.
Definition at line 168 of file statistics.hpp.
|
inline |
Returns the third quartile value.
Definition at line 141 of file statistics.hpp.
slip::block<T,10> slip::Statistics< T >::stat_ |
Definition at line 209 of file statistics.hpp.