casacore
|
#include <StatisticsData.h>
Public Types | |
enum | ALGORITHM { CHAUVENETCRITERION, CLASSICAL, FITTOHALF, HINGESFENCES } |
implemented algorithms More... | |
enum | STATS { MAX, MEAN, MIN, NPTS, RMS, STDDEV, SUM, SUMSQ, SUMWEIGHTS, VARIANCE, MEDIAN, MEDABSDEVMED, FIRST_QUARTILE, THIRD_QUARTILE, INNER_QUARTILE_RANGE } |
Static Public Member Functions | |
static std::map< Double, uInt64 > | indicesFromFractions (uInt64 npts, const std::set< Double > &fractions) |
get the zero-based indices of the specified fractions in a CDF with npts number of good points. More... | |
static String | toString (STATS stat) |
Definition at line 45 of file StatisticsData.h.
implemented algorithms
Enumerator | |
---|---|
CHAUVENETCRITERION | |
CLASSICAL | |
FITTOHALF | |
HINGESFENCES |
Definition at line 49 of file StatisticsData.h.
Definition at line 56 of file StatisticsData.h.
|
static |
get the zero-based indices of the specified fractions in a CDF with npts number of good points.
The returned map maps fractions to indices.