Classes | |
| class | BaseStatisticsObject |
| Base class for all Statistic Objects to be used with Statistics. More... | |
| class | FractionMissing |
| for a vector of points computes for every dimension the fraction of missing values More... | |
| class | LowerQuantile |
| For a vector of points computes for every dimension the 25%-quantile. More... | |
| class | Mean |
| For a vector of points computes for every dimension the mean. More... | |
| class | Median |
| For a vector of points computes for every dimension the median. More... | |
| class | Quantile |
| For a vector of points computes for every dimension the p-quantile. More... | |
| class | ResultTable |
| Stores results of a running experiment. More... | |
| struct | Statistics |
| Generates Statistics over the results of an experiment. More... | |
| class | UpperQuantile |
| For a vector of points computes for every dimension the 75%-quantile. More... | |
| class | Variance |
| For a vector of points computes for every dimension the variance. More... | |
Functions | |
| double | missingValue () |
| bool | isMissing (double value) |
| template<class Parameter > | |
| void | printCSV (Statistics< Parameter > const &statistics) |
|
inline |
Definition at line 62 of file Statistics.h.
Referenced by shark::statistics::FractionMissing::statistics(), shark::statistics::Mean::statistics(), shark::statistics::Variance::statistics(), and shark::statistics::Quantile::statistics().
|
inline |
Definition at line 58 of file Statistics.h.
Referenced by main(), shark::statistics::Mean::statistics(), shark::statistics::Variance::statistics(), and shark::statistics::Quantile::statistics().
| void shark::statistics::printCSV | ( | Statistics< Parameter > const & | statistics | ) |
Definition at line 356 of file Statistics.h.
References shark::statistics::Statistics< Parameter >::dimensionName(), shark::statistics::Statistics< Parameter >::numDimensions(), shark::statistics::Statistics< Parameter >::numParams(), shark::statistics::Statistics< Parameter >::numStatistics(), shark::statistics::Statistics< Parameter >::parameterName(), shark::statistics::Statistics< Parameter >::parameterValue(), and shark::statistics::Statistics< Parameter >::statisticName().
Referenced by main().