|
Mantid
|
Simple struct to store statistics. More...
#include <Statistics.h>
Public Member Functions | |
| Statistics () | |
| Default value for everything is nan. | |
Public Attributes | |
| double | maximum |
| Maximum value. | |
| double | mean |
| Mean value. | |
| double | median |
| Median value. | |
| double | minimum |
| Minimum value. | |
| double | standard_deviation |
| standard_deviation of the values | |
Simple struct to store statistics.
Definition at line 35 of file Statistics.h.
| Mantid::Kernel::Statistics::Statistics | ( | ) |
Default value for everything is nan.
Definition at line 39 of file Statistics.cpp.
References maximum, mean, median, minimum, and standard_deviation.
| double Mantid::Kernel::Statistics::maximum |
Maximum value.
Definition at line 39 of file Statistics.h.
Referenced by Mantid::MDAlgorithms::IntegrateEllipsoidsV1::exec(), export_Statistics(), Mantid::Kernel::TimeSeriesProperty< TYPE >::extractStatistic(), Mantid::Kernel::getStatistics(), Mantid::MDAlgorithms::IntegrateEllipsoidsV2::outputAxisProfiles(), Statistics(), and Mantid::Kernel::TimeSeriesPropertyStatistics::TimeSeriesPropertyStatistics().
| double Mantid::Kernel::Statistics::mean |
Mean value.
Definition at line 41 of file Statistics.h.
Referenced by Mantid::Algorithms::VesuvioL1ThetaResolution::exec(), Mantid::MDAlgorithms::IntegrateEllipsoidsV1::exec(), export_Statistics(), Mantid::Kernel::TimeSeriesProperty< TYPE >::extractStatistic(), Mantid::Algorithms::FindPeakBackground::findBackground(), Mantid::Kernel::getStatistics(), Mantid::Kernel::getZscore(), Mantid::Kernel::TimeSeriesProperty< TYPE >::mean(), Mantid::MDAlgorithms::IntegrateEllipsoidsV2::outputAxisProfiles(), Statistics(), and Mantid::Kernel::TimeSeriesPropertyStatistics::TimeSeriesPropertyStatistics().
| double Mantid::Kernel::Statistics::median |
Median value.
Definition at line 43 of file Statistics.h.
Referenced by Mantid::Algorithms::DetectorDiagnostic::calculateMedian(), Mantid::MDAlgorithms::IntegrateEllipsoidsV1::exec(), export_Statistics(), Mantid::Kernel::TimeSeriesProperty< TYPE >::extractStatistic(), Mantid::Kernel::getStatistics(), Mantid::MDAlgorithms::IntegrateEllipsoidsV2::outputAxisProfiles(), Statistics(), and Mantid::Kernel::TimeSeriesPropertyStatistics::TimeSeriesPropertyStatistics().
| double Mantid::Kernel::Statistics::minimum |
Minimum value.
Definition at line 37 of file Statistics.h.
Referenced by Mantid::MDAlgorithms::IntegrateEllipsoidsV1::exec(), export_Statistics(), Mantid::Kernel::TimeSeriesProperty< TYPE >::extractStatistic(), Mantid::Kernel::getStatistics(), Mantid::MDAlgorithms::IntegrateEllipsoidsV2::outputAxisProfiles(), Statistics(), and Mantid::Kernel::TimeSeriesPropertyStatistics::TimeSeriesPropertyStatistics().
| double Mantid::Kernel::Statistics::standard_deviation |
standard_deviation of the values
Definition at line 45 of file Statistics.h.
Referenced by Mantid::Algorithms::VesuvioL1ThetaResolution::exec(), Mantid::MDAlgorithms::IntegrateEllipsoidsV1::exec(), export_Statistics(), Mantid::Kernel::TimeSeriesProperty< TYPE >::extractStatistic(), Mantid::Algorithms::FindPeakBackground::findBackground(), Mantid::Kernel::getStatistics(), Mantid::Kernel::getWeightedZscore(), Mantid::Kernel::getZscore(), Mantid::MDAlgorithms::IntegrateEllipsoidsV2::outputAxisProfiles(), Statistics(), and Mantid::Kernel::TimeSeriesPropertyStatistics::TimeSeriesPropertyStatistics().