casacore
Loading...
Searching...
No Matches
scimath
StatsFramework
StatisticsData.h
Go to the documentation of this file.
1
//# Copyright (C) 2000,2001
2
//# Associated Universities, Inc. Washington DC, USA.
3
//#
4
//# This library is free software; you can redistribute it and/or modify it
5
//# under the terms of the GNU Library General Public License as published by
6
//# the Free Software Foundation; either version 2 of the License, or (at your
7
//# option) any later version.
8
//#
9
//# This library is distributed in the hope that it will be useful, but WITHOUT
10
//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12
//# License for more details.
13
//#
14
//# You should have received a copy of the GNU Library General Public License
15
//# along with this library; if not, write to the Free Software Foundation,
16
//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
17
//#
18
//# Correspondence concerning AIPS++ should be addressed as follows:
19
//# Internet email: casa-feedback@nrao.edu.
20
//# Postal address: AIPS++ Project Office
21
//# National Radio Astronomy Observatory
22
//# 520 Edgemont Road
23
//# Charlottesville, VA 22903-2475 USA
24
25
#ifndef SCIMATH_STATSISTICSDATA_H
26
#define SCIMATH_STATSISTICSDATA_H
27
28
#include <casacore/casa/aips.h>
29
30
#include <map>
31
#include <set>
32
#include <
math.h
>
33
34
namespace
casacore
{
35
36
class
String;
37
38
// This class defines the enum of supported statistics types in the statistics
39
// framework.
40
41
class
StatisticsData
{
42
public
:
43
44
// implemented algorithms
45
enum
ALGORITHM
{
46
BIWEIGHT
,
47
CHAUVENETCRITERION
,
48
CLASSICAL
,
49
FITTOHALF
,
50
HINGESFENCES
51
};
52
53
enum
STATS
{
54
MAX
,
55
MEAN
,
56
MIN
,
57
NPTS
,
58
RMS
,
59
STDDEV
,
60
SUM
,
61
SUMSQ
,
62
// sum of weights
63
SUMWEIGHTS
,
64
VARIANCE
,
65
// commonly used quantile-related types
66
MEDIAN
,
67
MEDABSDEVMED
,
68
FIRST_QUARTILE
,
69
THIRD_QUARTILE
,
70
// inner quartile range, Q3 - Q1
71
INNER_QUARTILE_RANGE
72
};
73
74
// get the zero-based indices of the specified fractions in a CDF with npts
75
// number of good points. The returned map maps fractions to indices.
76
static
std::map<Double, uInt64>
indicesFromFractions
(
77
uInt64
npts,
const
std::set<Double>& fractions
78
);
79
80
static
String
toString
(
STATS
stat);
81
82
};
83
84
}
85
86
#endif
casacore::StatisticsData
This class defines the enum of supported statistics types in the statistics framework.
Definition
StatisticsData.h:41
casacore::StatisticsData::STATS
STATS
Definition
StatisticsData.h:53
casacore::StatisticsData::MEDIAN
@ MEDIAN
commonly used quantile-related types
Definition
StatisticsData.h:66
casacore::StatisticsData::SUMSQ
@ SUMSQ
Definition
StatisticsData.h:61
casacore::StatisticsData::MAX
@ MAX
Definition
StatisticsData.h:54
casacore::StatisticsData::SUMWEIGHTS
@ SUMWEIGHTS
sum of weights
Definition
StatisticsData.h:63
casacore::StatisticsData::RMS
@ RMS
Definition
StatisticsData.h:58
casacore::StatisticsData::STDDEV
@ STDDEV
Definition
StatisticsData.h:59
casacore::StatisticsData::THIRD_QUARTILE
@ THIRD_QUARTILE
Definition
StatisticsData.h:69
casacore::StatisticsData::FIRST_QUARTILE
@ FIRST_QUARTILE
Definition
StatisticsData.h:68
casacore::StatisticsData::VARIANCE
@ VARIANCE
Definition
StatisticsData.h:64
casacore::StatisticsData::NPTS
@ NPTS
Definition
StatisticsData.h:57
casacore::StatisticsData::MEAN
@ MEAN
Definition
StatisticsData.h:55
casacore::StatisticsData::MEDABSDEVMED
@ MEDABSDEVMED
Definition
StatisticsData.h:67
casacore::StatisticsData::SUM
@ SUM
Definition
StatisticsData.h:60
casacore::StatisticsData::INNER_QUARTILE_RANGE
@ INNER_QUARTILE_RANGE
inner quartile range, Q3 - Q1
Definition
StatisticsData.h:71
casacore::StatisticsData::MIN
@ MIN
Definition
StatisticsData.h:56
casacore::StatisticsData::ALGORITHM
ALGORITHM
implemented algorithms
Definition
StatisticsData.h:45
casacore::StatisticsData::CLASSICAL
@ CLASSICAL
Definition
StatisticsData.h:48
casacore::StatisticsData::HINGESFENCES
@ HINGESFENCES
Definition
StatisticsData.h:50
casacore::StatisticsData::BIWEIGHT
@ BIWEIGHT
Definition
StatisticsData.h:46
casacore::StatisticsData::FITTOHALF
@ FITTOHALF
Definition
StatisticsData.h:49
casacore::StatisticsData::CHAUVENETCRITERION
@ CHAUVENETCRITERION
Definition
StatisticsData.h:47
casacore::StatisticsData::toString
static String toString(STATS stat)
casacore::StatisticsData::indicesFromFractions
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.
casacore::String
String: the storage and methods of handling collections of characters.
Definition
String.h:223
math.h
casacore
this file contains all the compiler specific defines
Definition
mainpage.dox:28
casacore::uInt64
unsigned long long uInt64
Definition
aipsxtype.h:37
Generated by
1.9.8